We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e75ac commit ceac040Copy full SHA for ceac040
docs/source/conf.py
@@ -12,6 +12,6 @@
12
master_doc = 'index'
13
project = u'Effect'
14
copyright = u'2015, Christopher Armstrong'
15
-version = release = '0.10+'
+version = release = '0.10.1'
16
17
html_theme = 'sphinx_rtd_theme'
setup.py
@@ -3,7 +3,7 @@
3
4
setuptools.setup(
5
name="effect",
6
- version="0.10+",
+ version="0.10.1",
7
description="pure effects for Python",
8
long_description=open('README.rst').read(),
9
url="http://github.com/python-effect/effect/",
0 commit comments