diff --git a/docs/conf.py b/docs/conf.py index d2a8a2c..22b6c3d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Andreas Thalhammer' # The full version, including alpha/beta/rc tags -release = '0.8.0' +release = '0.8.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1528ad6..11e0243 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='danker', - version='0.8.0', + version='0.8.1', url='https://github.com/athalhammer/danker', author='Andreas Thalhammer', author_email='andreas@thalhammer.bayern',