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 06b13c0 commit 69c1596Copy full SHA for 69c1596
docs/source/conf.py
@@ -12,4 +12,4 @@
12
master_doc = "index"
13
project = u"txEffect"
14
copyright = u"2015, Christopher Armstrong"
15
-version = release = "0.9+"
+version = release = "1.0.0"
setup.py
@@ -3,7 +3,7 @@
3
4
setuptools.setup(
5
name="txeffect",
6
- version="0.9+",
+ version="1.0.0",
7
description="Effect/Twisted integration",
8
long_description=open("README.rst").read(),
9
url="https://github.com/python-effect/txeffect/",
0 commit comments