We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9d2f9 commit 6fd4bf2Copy full SHA for 6fd4bf2
docs/conf.py
@@ -60,9 +60,9 @@
60
# built documents.
61
#
62
# The short X.Y version.
63
-version = u'1.0.3'
+version = u'1.0.4'
64
# The full version, including alpha/beta/rc tags.
65
-release = u'1.0.3'
+release = u'1.0.4'
66
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
# for a list of supported languages.
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="gogs_client",
13
- version="1.0.3",
+ version="1.0.4",
14
description="A python library for interacting with a gogs server",
15
long_description=long_description,
16
url="https://github.com/unfoldingWord-dev/python-gogs-client",
0 commit comments