chore: Bump version to 3.0.1

This commit is contained in:
Inex Code 2024-02-23 20:19:08 +03:00 committed by dettlaff
parent aa3dc5fb05
commit fbd0ae0494
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.0.0"
return "3.0.1"

View File

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