Skip to content

Commit 8d77064

Browse files
committed
bump versions post-release
1 parent e101d7a commit 8d77064

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
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.1a1'
63+
version = '0.1a2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.1a1'
65+
release = '0.1a2'
6666

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name="txeffect",
6-
version="0.1a1",
6+
version="0.1a2",
77
description="Effect/Twisted integration",
88
long_description=open('README.rst').read(),
99
url="http://github.com/python-effect/txeffect/",

0 commit comments

Comments
 (0)