Skip to content

Commit

Permalink
'version='0.0.7' in file: 'setup.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
OuyangWenyu committed Feb 19, 2024
1 parent 19fed3a commit db79dcf
Showing 1 changed file with 2 additions and 2 deletions.
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.7',
zip_safe=False,
cmdclass={
"install": PostInstallCommand,
Expand Down

0 comments on commit db79dcf

Please sign in to comment.