Skip to content

Commit df04e11

Browse files
committed
bump to 1.1.0
1 parent e15423e commit df04e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

+1-1
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 = "1.0.0"
15+
version = release = "1.1.0"
1616

1717
html_theme = "sphinx_rtd_theme"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name="effect",
6-
version="1.0.0",
6+
version="1.1.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)