Skip to content

Commit 8c676ea

Browse files
committed
Bump version: 0.3.3 → 0.3.4
1 parent 5b15181 commit 8c676ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geomapdemo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Zhanchao Yang"""
44
__email__ = 'zyang91@binghamton.edu'
5-
__version__ = '0.3.3'
5+
__version__ = '0.3.4'
66

77
from .geomapdemo import *

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.3.4
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
test_suite='tests',
5555
tests_require=test_requirements,
5656
url='https://github.com/zyang91/geomapdemo',
57-
version='0.3.3',
57+
version='0.3.4',
5858
zip_safe=False,
5959
)

0 commit comments

Comments
 (0)