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 e101d7a commit 8d77064Copy full SHA for 8d77064
docs/source/conf.py
@@ -60,9 +60,9 @@
60
# built documents.
61
#
62
# The short X.Y version.
63
-version = '0.1a1'
+version = '0.1a2'
64
# The full version, including alpha/beta/rc tags.
65
-release = '0.1a1'
+release = '0.1a2'
66
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
# for a list of supported languages.
setup.py
@@ -3,7 +3,7 @@
3
4
setuptools.setup(
5
name="txeffect",
6
- version="0.1a1",
+ version="0.1a2",
7
description="Effect/Twisted integration",
8
long_description=open('README.rst').read(),
9
url="http://github.com/python-effect/txeffect/",
0 commit comments