We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4b6fd commit ad5abf0Copy full SHA for ad5abf0
importer/__init__.py
@@ -20,7 +20,7 @@
20
21
project_dir = os.path.dirname(os.path.abspath(__file__))
22
23
-VERSION = (1, 0, 5)
+VERSION = (1, 0, 6)
24
__version__ = ".".join([str(i) for i in VERSION])
25
__author__ = "geosolutions-it"
26
__email__ = "info@geosolutionsgroup.com"
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = geonode-importer
3
-version = 1.0.5
+version = 1.0.6
4
author = geosolutions-it
5
author_email = info@geosolutionsgroup.com
6
url = https://github.com/geosolutions-it/geonode-importer
0 commit comments