From 2c525b3ff060b289694e45b0617964fa9bbba8c0 Mon Sep 17 00:00:00 2001 From: Christopher Armstrong Date: Mon, 2 Jan 2017 12:50:31 -0600 Subject: [PATCH] bump to 0.11.0 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4ebf1ce..7a86446 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,6 +12,6 @@ master_doc = 'index' project = u'Effect' copyright = u'2015, Christopher Armstrong' -version = release = '0.10.1+' +version = release = '0.11.0' html_theme = 'sphinx_rtd_theme' diff --git a/setup.py b/setup.py index bae56da..e6812ad 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="effect", - version="0.10.1+", + version="0.11.0", description="pure effects for Python", long_description=open('README.rst').read(), url="http://github.com/python-effect/effect/",