Skip to content

Commit 7416967

Browse files
committed
Update version to 0.0.6
1 parent 69fe52b commit 7416967

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Gatey Python SDK"
1010
copyright = "2022, Florgon Team and Contributors"
1111
author = "Florgon Team and Contributors"
12-
release = "0.0.5"
12+
release = "0.0.6"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

gatey_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "gatey-sdk"
66
__description__ = "Python client for Gatey (https://gatey.florgon.space)"
77
__url__ = "https://github.com/florgon/gatey-sdk-py"
8-
__version__ = "0.0.5"
8+
__version__ = "0.0.6"
99
__author__ = "Florgon Team and Contributors"
1010
__author_email__ = "support@florgon.space"
1111
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gatey-sdk"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Python client for Gatey (https://gatey.florgon.space)"
55
authors = ["Florgon Team and Contributors"]
66
license = "MIT"

0 commit comments

Comments
 (0)