Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Aug 11, 2023
1 parent 74155ff commit 03c5051
Show file tree
Hide file tree
Showing 3 changed files with 3 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, 4)
VERSION = (1, 0, 5)
__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.4
version = 1.0.5
author = geosolutions-it
author_email = info@geosolutionsgroup.com
url = https://github.com/geosolutions-it/geonode-importer
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def read_file(path: str):
url=importer.__url__,
description=importer.__doc__,
long_description="A GeoNode 4.0 app that implements a brand new upload/import flow",
long_description_content_type="text/markdown",
author=importer.__author__,
author_email=importer.__email__,
platforms="any",
Expand Down

0 comments on commit 03c5051

Please sign in to comment.