Skip to content

Commit 69c1596

Browse files
committed
bump to 1.0.0
1 parent 06b13c0 commit 69c1596

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 = "1.0.0"

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="1.0.0",
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)