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 210a5bb commit 6e35ad9Copy full SHA for 6e35ad9
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.12.0+"
+version = release = "1.0.0"
16
17
html_theme = "sphinx_rtd_theme"
setup.py
@@ -3,7 +3,7 @@
3
4
setuptools.setup(
5
name="effect",
6
- version="0.12.0+",
+ version="1.0.0",
7
description="pure effects for Python",
8
long_description=open("README.rst").read(),
9
url="http://github.com/python-effect/effect/",
0 commit comments