chore: bump version

This commit is contained in:
Inex Code 2024-02-23 18:52:20 +03:00
parent 5aed7642ab
commit cc24d0fd51
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ async def get_token_header(
def get_api_version() -> str:
"""Get API version"""
return "2.4.3"
return "2.4.4"

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="selfprivacy_api",
version="2.4.3",
version="2.4.4",
packages=find_packages(),
scripts=[
"selfprivacy_api/app.py",