From ea4b7f046b89c9dc0684dcf67a98141ad8795dfe Mon Sep 17 00:00:00 2001 From: simply-nicky <simply.i.nicky@gmail.com> Date: Mon, 30 Nov 2020 16:57:24 +0100 Subject: [PATCH] version changed to 0.1.8 --- 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 cfc5e3e..a309989 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2020, Nikolay Ivanov' author = 'Nikolay Ivanov' # The full version, including alpha/beta/rc tags -release = '0.1.7' +release = '0.1.8' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 4be7f18..22df971 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ with open('README.md', 'r') as readme: long_description = readme.read() setup(name='pyrost', - version='0.1.7', + version='0.1.8', author='Nikolay Ivanov', author_email="nikolay.ivanov@desy.de", long_description=long_description, -- GitLab