File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 6
6
# -- Project information -----------------------------------------------------
7
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
8
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"
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
16
17
17
extensions = []
18
18
19
- templates_path = [' _templates' ]
19
+ templates_path = [" _templates" ]
20
20
exclude_patterns = []
21
21
22
22
23
-
24
23
# -- Options for HTML output -------------------------------------------------
25
24
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
26
25
27
26
html_theme = "sphinx_rtd_theme"
28
- html_static_path = [' _static' ]
27
+ html_static_path = [" _static" ]
Original file line number Diff line number Diff line change 5
5
__title__ = "gatey-sdk"
6
6
__description__ = "Python client for Gatey (https://gatey.florgon.space)"
7
7
__url__ = "https://github.com/florgon/gatey-sdk-py"
8
- __version__ = "0.0.4 "
8
+ __version__ = "0.0.5 "
9
9
__author__ = "Florgon Team and Contributors"
10
10
__author_email__ = "support@florgon.space"
11
11
__license__ = "MIT"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " gatey-sdk"
3
- version = " 0.0.4 "
3
+ version = " 0.0.5 "
4
4
description = " Python client for Gatey (https://gatey.florgon.space)"
5
5
authors = [" Florgon Team and Contributors" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments