Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed May 25, 2023
1 parent 46667b9 commit e344740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion importer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

VERSION = (1, 0, 1)
VERSION = (1, 0, 2)
__version__ = ".".join([str(i) for i in VERSION])
__author__ = "geosolutions-it"
__email__ = "info@geosolutionsgroup.com"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = geonode-importer
version = 1.0.1
version = 1.0.2
author = geosolutions-it
author_email = info@geosolutionsgroup.com
url = https://github.com/geosolutions-it/geonode-importer
Expand Down

0 comments on commit e344740

Please sign in to comment.