Skip to content

Commit 2c525b3

Browse files
committed
bump to 0.11.0
1 parent ff86555 commit 2c525b3

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.10.1+'
15+
version = release = '0.11.0'
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.10.1+",
6+
version="0.11.0",
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)