bump version to 0.15.1 (#461)

This commit is contained in:
callebtc
2024-02-26 01:50:37 +01:00
committed by GitHub
parent cfebf70a0a
commit 53cd8ff016
4 changed files with 32 additions and 23 deletions

View File

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