Skip to content

Commit 681079c

Browse files
committed
Set version number to 0.9.6
1 parent 33945d3 commit 681079c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.0'
51+
version = '0.9'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.0.0-dev'
53+
release = '0.9.6'
5454

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

src/py3createtorrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# do not touch anything below this line unless you know what you're doing!
5656

5757

58-
VERSION = '1.0.0-dev'
58+
VERSION = '0.9.6'
5959

6060
# Note:
6161
# Kilobyte = kB = 1000 Bytes

0 commit comments

Comments
 (0)