From ceac04089ece5c205b999c20ac6d942ed142c96d Mon Sep 17 00:00:00 2001 From: Christopher Armstrong Date: Wed, 30 Sep 2015 12:00:18 -0500 Subject: [PATCH] prep release of 0.10.1 --- 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 ac2a564..2ca3f5a 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+' +version = release = '0.10.1' html_theme = 'sphinx_rtd_theme' diff --git a/setup.py b/setup.py index 97e9fc2..1b7d602 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="effect", - version="0.10+", + version="0.10.1", description="pure effects for Python", long_description=open('README.rst').read(), url="http://github.com/python-effect/effect/",