Skip to content

Commit

Permalink
Merge pull request #1 from OuyangWenyu/dev
Browse files Browse the repository at this point in the history
Merge Owenyy
  • Loading branch information
forestbat authored Feb 29, 2024
2 parents 19fed3a + 867226e commit fa02c45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hydroutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

__author__ = """Wenyu Ouyang"""
__email__ = '[email protected]'
__version__ = '0.0.7'
__version__ = '0.0.8'

from .hydro_log import *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Author: Wenyu Ouyang
Date: 2022-12-02 10:42:19
LastEditTime: 2024-02-14 14:50:39
LastEditTime: 2024-02-19 19:59:18
LastEditors: Wenyu Ouyang
Description: The setup script.
FilePath: \hydroutils\setup.py
Expand Down Expand Up @@ -99,7 +99,7 @@ def run(self):
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/OuyangWenyu/hydroutils",
version="0.0.7",
version='0.0.8',
zip_safe=False,
cmdclass={
"install": PostInstallCommand,
Expand Down

0 comments on commit fa02c45

Please sign in to comment.