diff --git a/docs/source/conf.py b/docs/source/conf.py index 33c33ed25..0188789a8 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.016" +release = "0.1.017" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 48ccf14d7..7e4800eab 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -version = '0.1.016' +version = '0.1.017' print(version) from setuptools import setup, find_packages