Skip to content

Commit a8b4684

Browse files
committed
Update version
1 parent 76e80bd commit a8b4684

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/source/conf.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,22 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'Gatey Python SDK'
10-
copyright = '2022, Florgon Team and Contributors'
11-
author = 'Florgon Team and Contributors'
12-
release = '0.0.4'
9+
project = "Gatey Python SDK"
10+
copyright = "2022, Florgon Team and Contributors"
11+
author = "Florgon Team and Contributors"
12+
release = "0.0.5"
1313

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

1717
extensions = []
1818

19-
templates_path = ['_templates']
19+
templates_path = ["_templates"]
2020
exclude_patterns = []
2121

2222

23-
2423
# -- Options for HTML output -------------------------------------------------
2524
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2625

2726
html_theme = "sphinx_rtd_theme"
28-
html_static_path = ['_static']
27+
html_static_path = ["_static"]

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.4"
8+
__version__ = "0.0.5"
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.4"
3+
version = "0.0.5"
44
description = "Python client for Gatey (https://gatey.florgon.space)"
55
authors = ["Florgon Team and Contributors"]
66
license = "MIT"

0 commit comments

Comments
 (0)