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 46667b9 commit e344740Copy full SHA for e344740
importer/__init__.py
@@ -20,7 +20,7 @@
20
21
project_dir = os.path.dirname(os.path.abspath(__file__))
22
23
-VERSION = (1, 0, 1)
+VERSION = (1, 0, 2)
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.1
+version = 1.0.2
4
author = geosolutions-it
5
author_email = info@geosolutionsgroup.com
6
url = https://github.com/geosolutions-it/geonode-importer
0 commit comments