From 99992cb9ceac052c8b6b93a670e105c7e5e24d6f Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Sat, 16 Oct 2021 21:10:18 +0300 Subject: [PATCH] version bump --- qalbum/Qalbum.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',