bump version to 0.12.1 (#258)

This commit is contained in:
callebtc
2023-06-23 20:04:49 +02:00
committed by GitHub
parent a0df47f13a
commit 205b5b9805
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ from pydantic import BaseSettings, Extra, Field
env = Env()
VERSION = "0.12.0"
VERSION = "0.12.1"
def find_env_file():