Skip to content

Commit 7a02a94

Browse files
committed
Bump version: 0.2.4 → 0.2.5
1 parent f5f0096 commit 7a02a94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hydromodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
__author__ = """Wenyu Ouyang"""
1717
__email__ = '[email protected]'
18-
__version__ = '0.2.4'
18+
__version__ = '0.2.5'
1919

2020

2121
CACHE_DIR = hydro_file.get_cache_dir()

setup.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
test_suite="tests",
6565
tests_require=test_requirements,
6666
url="https://github.com/OuyangWenyu/hydromodel",
67-
version='0.2.4',
67+
version='0.2.5',
6868
zip_safe=False,
6969
)

0 commit comments

Comments
 (0)