bump version to 0.15.2 (#495)

This commit is contained in:
callebtc
2024-03-26 22:01:09 +01:00
committed by GitHub
parent f7ad912b13
commit 4ff9e6de5d
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.15.1"
VERSION = "0.15.2"
def find_env_file():