We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf12ec commit bbafd97Copy full SHA for bbafd97
geospatial_ml/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = 'giswqs@gmail.com'
5
-__version__ = '0.1.1'
+__version__ = '0.1.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.1
+current_version = 0.1.2
commit = True
tag = True
setup.py
@@ -52,6 +52,6 @@
52
test_suite='tests',
53
tests_require=test_requirements,
54
url='https://github.com/giswqs/geospatial-ml',
55
- version='0.1.1',
+ version='0.1.2',
56
zip_safe=False,
57
)
0 commit comments