From a39f9d2eb29a2af08b8011ce5175303b3518fb16 Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Wed, 3 Oct 2018 14:12:54 +0200 Subject: [PATCH] bump version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 84b3c91..0e3710d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.3-rc1' +release = '1.0.5' # 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 7e74e64..2653bf9 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # TODO: put package test requirements here ] -version = '1.0.4' +version = '1.0.5' subpackages = [x.replace('/', '.') for x in glob.glob('parsec/commands/*') if not x.endswith('.py')] setup(