Skip to content

Commit 7abaa32

Browse files
committed
bump version post-release
1 parent 16362b7 commit 7abaa32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
master_doc = 'index'
1313
project = u'txEffect'
1414
copyright = u'2015, Christopher Armstrong'
15-
version = release = '0.9'
15+
version = release = '0.9+'

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.9",
6+
version="0.9+",
77
description="Effect/Twisted integration",
88
long_description=open('README.rst').read(),
99
url="https://github.com/python-effect/txeffect/",

0 commit comments

Comments
 (0)