From f217ec0422c0f55745c97745cdec8afc234c89fe Mon Sep 17 00:00:00 2001 From: acwikla <55695978+acwikla-novela@users.noreply.github.com> Date: Thu, 7 May 2020 08:59:19 +0200 Subject: [PATCH] Update version to 0.1.007 (#330) --- 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 7ce7414b8..583988b20 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ author = 'Novela' # The full version, including alpha/beta/rc tags -release = "0.1.006" +release = "0.1.007" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 78713d74b..70ec48461 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -version = '0.1.006' +version = '0.1.007' print(version) from setuptools import setup, find_packages