Skip to content

Commit 55e22b0

Browse files
committed
Bump version: 0.0.1 → 0.1.0
1 parent 929b4e4 commit 55e22b0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

geoai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = 'giswqs@gmail.com'
5-
__version__ = '0.0.1'
5+
__version__ = '0.1.0'

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

@@ -18,5 +18,3 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
22-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
test_suite='tests',
5353
tests_require=test_requirements,
5454
url='https://github.com/opengeos/geoai',
55-
version='0.0.1',
55+
version='0.1.0',
5656
zip_safe=False,
5757
)

0 commit comments

Comments
 (0)