bump version to 0.17.0 (#751)

This commit is contained in:
callebtc
2025-05-13 18:01:20 +02:00
committed by GitHub
parent cbf5b725d9
commit 081a30ea68
7 changed files with 18 additions and 18 deletions

View File

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