chore(version): bump version to 3.0, no Rest API
continuous-integration/drone/push Build is failing Details

remove-rest
Houkime 2024-01-03 19:30:27 +00:00
parent 8e21e6d378
commit 2b21df9ad3
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 "3.0.0"

View File

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