chore: bump API version

pull/30/head
Inex Code 2022-12-30 21:10:55 +03:00
parent 45c6133881
commit 24353ca56a
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.0.9"
return "2.1.0"

View File

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