Bump to 0.14.0-rc1 (#329)

* bump to 0.14.0

* bump python version

* use python 3.10.4 in check workflow
This commit is contained in:
callebtc
2023-09-24 19:10:25 +02:00
committed by GitHub
parent 2d3a9234f5
commit 64805e4a9a
6 changed files with 9 additions and 9 deletions

View File

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