Skip to content

Commit d67a99f

Browse files
bump to 1.0.7
1 parent 853958c commit d67a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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, 6)
23+
VERSION = (1, 0, 7)
2424
__version__ = ".".join([str(i) for i in VERSION])
2525
__author__ = "geosolutions-it"
2626
__email__ = "info@geosolutionsgroup.com"

0 commit comments

Comments
 (0)