Skip to content

Commit 49fdc78

Browse files
committed
Bump version: 0.2.8 → 0.2.9
1 parent 877cf4f commit 49fdc78

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__ = 'wenyuouyang@outlook.com'
18-
__version__ = '0.2.8'
18+
__version__ = '0.2.9'
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.8
2+
current_version = 0.2.9
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.8',
67+
version='0.2.9',
6868
zip_safe=False,
6969
)

0 commit comments

Comments
 (0)