chore: Bump version to 3.4.0

This commit is contained in:
Inex Code 2024-11-27 13:35:33 +03:00
parent 5aa1a378ef
commit d91d8d2fd9
No known key found for this signature in database
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 "3.3.0"
return "3.4.0"

View file

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