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 16362b7 commit 7abaa32Copy full SHA for 7abaa32
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 = '0.9+'
setup.py
@@ -3,7 +3,7 @@
3
4
setuptools.setup(
5
name="txeffect",
6
- version="0.9",
+ version="0.9+",
7
description="Effect/Twisted integration",
8
long_description=open('README.rst').read(),
9
url="https://github.com/python-effect/txeffect/",
0 commit comments