Skip to content

Commit 379a860

Browse files
committed
bump to 0.10
1 parent 3b29f7a commit 379a860

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,6 +12,6 @@
1212
master_doc = 'index'
1313
project = u'Effect'
1414
copyright = u'2015, Christopher Armstrong'
15-
version = release = '0.9+'
15+
version = release = '0.10'
1616

1717
html_theme = 'sphinx_rtd_theme'

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="effect",
6-
version="0.9+",
6+
version="0.10",
77
description="pure effects for Python",
88
long_description=open('README.rst').read(),
99
url="http://github.com/python-effect/effect/",

0 commit comments

Comments
 (0)