diff --git a/qalbum/Qalbum.py b/qalbum/Qalbum.py index 532070a..2dda2ed 100755 --- a/qalbum/Qalbum.py +++ b/qalbum/Qalbum.py @@ -29,7 +29,7 @@ from datetime import datetime # (c) ville.q.rantanen@gmail.com -__version__='2.20200926' +__version__='2.20211016' FILECONFIG=".config" FILEDESC="descriptions.csv" diff --git a/setup.py b/setup.py index c43b35b..b038fbc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( 'scripts/Qalbum-descriptor'], package_data={'':['lib/*']}, include_package_data=True, - version = '2.20200926', + version = '2.20211016', description = 'A tool to create a web gallery from a folder structure of images / other files.', author = 'Ville Rantanen', author_email = 'ville.q.rantanen@gmail.com',