From 388fee2bc0b9c28f2d2bb9c35db822f73e69bfbd Mon Sep 17 00:00:00 2001 From: Andreas Thalhammer Date: Thu, 21 May 2020 16:38:28 +0200 Subject: [PATCH] v0.5.1 --- docs/conf.py | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1e346ee..c36d726 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.5.0' +release = '0.5.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index b5b27b3..0caa05e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='danker', - version='0.5.0', + version='0.5.1', url='https://github.com/athalhammer/danker', author='Andreas Thalhammer', author_email='andreas@thalhammer.bayern', @@ -24,6 +24,5 @@ 'Topic :: Scientific/Engineering :: Information Analysis', ], python_requires='>=3.5', - #package_data={'readme': ['*.md']}, install_requires=[] )