version bump
This commit is contained in:
@@ -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"
|
||||
|
||||
2
setup.py
2
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',
|
||||
|
||||
Reference in New Issue
Block a user