diff --git a/docs/source/conf.py b/docs/source/conf.py index 5f89b4ac2..44ff82abd 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.009" +release = "0.1.010" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f4787e0e9..6d7ae2891 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -version = '0.1.009' +version = '0.1.010' print(version) from setuptools import setup, find_packages