chore: mark version as flakes

This commit is contained in:
Inex Code 2023-12-28 21:31:07 +03:00
parent 87c58a5c9b
commit f8c9b7326f
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.2-flakes"
return "2.4.3-flakes"

View file

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