diff --git a/docs/source/conf.py b/docs/source/conf.py index f925430..d95852e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "Gatey Python SDK" copyright = "2022, Florgon Team and Contributors" author = "Florgon Team and Contributors" -release = "0.0.5" +release = "0.0.6" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/gatey_sdk/__version__.py b/gatey_sdk/__version__.py index a276e0e..5384be9 100644 --- a/gatey_sdk/__version__.py +++ b/gatey_sdk/__version__.py @@ -5,7 +5,7 @@ __title__ = "gatey-sdk" __description__ = "Python client for Gatey (https://gatey.florgon.space)" __url__ = "https://github.com/florgon/gatey-sdk-py" -__version__ = "0.0.5" +__version__ = "0.0.6" __author__ = "Florgon Team and Contributors" __author_email__ = "support@florgon.space" __license__ = "MIT" diff --git a/pyproject.toml b/pyproject.toml index e350fbc..b26d448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gatey-sdk" -version = "0.0.5" +version = "0.0.6" description = "Python client for Gatey (https://gatey.florgon.space)" authors = ["Florgon Team and Contributors"] license = "MIT"