From 11eb3e64867ac9aa3cab95236e3eed520f601012 Mon Sep 17 00:00:00 2001 From: William Dutton Date: Thu, 21 Nov 2024 14:12:31 +1000 Subject: [PATCH] Minor increment setup.py to 1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e656c509..84075718 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='1.1.2', + version='1.2.0', description='Express Loader - quickly load data into CKAN DataStore''', long_description=long_description,