Skip to content

Commit

Permalink
Bump version to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed May 10, 2024
1 parent a9d74ee commit c1f205c
Showing 1 changed file with 1 addition and 1 deletion.
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, 8)
VERSION = (1, 0, 10)
__version__ = ".".join([str(i) for i in VERSION])
__author__ = "geosolutions-it"
__email__ = "info@geosolutionsgroup.com"
Expand Down

0 comments on commit c1f205c

Please sign in to comment.