Skip to content

Commit df4e9e2

Browse files
committed
Version 1.0.6
1 parent c987bc8 commit df4e9e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = u'1.0.5'
64+
version = u'1.0.6'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'1.0.5'
66+
release = u'1.0.6'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="gogs_client",
13-
version="1.0.5",
13+
version="1.0.6",
1414
description="A python library for interacting with a gogs server",
1515
long_description=long_description,
1616
url="https://github.com/unfoldingWord-dev/python-gogs-client",

0 commit comments

Comments
 (0)