From 379a8606d9aec8e407267b979e0d42efb73883c2 Mon Sep 17 00:00:00 2001 From: Christopher Armstrong Date: Tue, 25 Aug 2015 15:16:04 -0500 Subject: [PATCH] bump to 0.10 --- 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 bb59787..88330ab 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.9+' +version = release = '0.10' html_theme = 'sphinx_rtd_theme' diff --git a/setup.py b/setup.py index 4277c5a..7532415 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="effect", - version="0.9+", + version="0.10", description="pure effects for Python", long_description=open('README.rst').read(), url="http://github.com/python-effect/effect/",