We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15423e commit df04e11Copy full SHA for df04e11
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 = "1.0.0"
+version = release = "1.1.0"
16
17
html_theme = "sphinx_rtd_theme"
setup.py
@@ -3,7 +3,7 @@
3
4
setuptools.setup(
5
name="effect",
6
- version="1.0.0",
+ version="1.1.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