From edfda3bfc99fb1b68dee03cca6859ed4bfa07caa Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Fri, 2 Nov 2018 14:58:47 +0100 Subject: [PATCH] version bump --- doc/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 85d9bdfae..e2aab5376 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -76,9 +76,9 @@ # built documents. # # The short X.Y version. -version = '0.1.0' +version = '0.1.1' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index aff5dad16..0cb151ca0 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ """ INFO = { - 'version': '0.1.0', + 'version': '0.1.1', }