Skip to content

Commit e344740

Browse files
committed
bump version to 1.0.2
1 parent 46667b9 commit e344740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

importer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
project_dir = os.path.dirname(os.path.abspath(__file__))
2222

23-
VERSION = (1, 0, 1)
23+
VERSION = (1, 0, 2)
2424
__version__ = ".".join([str(i) for i in VERSION])
2525
__author__ = "geosolutions-it"
2626
__email__ = "info@geosolutionsgroup.com"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = geonode-importer
3-
version = 1.0.1
3+
version = 1.0.2
44
author = geosolutions-it
55
author_email = info@geosolutionsgroup.com
66
url = https://github.com/geosolutions-it/geonode-importer

0 commit comments

Comments
 (0)