version bump

This commit is contained in:
ville rantanen
2021-10-16 21:10:18 +03:00
parent 47211f84dc
commit 99992cb9ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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',