From ad5abf019485e21c146875dba8046a80054340b8 Mon Sep 17 00:00:00 2001 From: "G. Allegri" Date: Tue, 9 Jan 2024 16:46:34 +0100 Subject: [PATCH] Bump to 1.0.6 --- importer/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/importer/__init__.py b/importer/__init__.py index c532a974..759393c4 100644 --- a/importer/__init__.py +++ b/importer/__init__.py @@ -20,7 +20,7 @@ project_dir = os.path.dirname(os.path.abspath(__file__)) -VERSION = (1, 0, 5) +VERSION = (1, 0, 6) __version__ = ".".join([str(i) for i in VERSION]) __author__ = "geosolutions-it" __email__ = "info@geosolutionsgroup.com" diff --git a/setup.cfg b/setup.cfg index 8ec906af..92cc823e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = geonode-importer -version = 1.0.5 +version = 1.0.6 author = geosolutions-it author_email = info@geosolutionsgroup.com url = https://github.com/geosolutions-it/geonode-importer