We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab08865 commit 763ecf5Copy full SHA for 763ecf5
docs/source/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.9'
+version = '1.0'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.9.6-dev'
+release = '1.0.0-dev'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
src/py3createtorrent.py
@@ -39,7 +39,7 @@
39
# do not touch anything below this line unless you know what you're doing!
40
41
42
-VERSION = '0.9.6-dev'
+VERSION = '1.0.0-dev'
43
44
# Note:
45
# Kilobyte = kB = 1000 Bytes
0 commit comments