Skip to content

Commit

Permalink
Bump version: 0.7.4 → 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Aug 5, 2024
1 parent 920e13e commit 492cda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hypercoast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = """Qiusheng Wu"""
__email__ = "[email protected]"
__version__ = "0.7.4"
__version__ = "0.7.5"


from .hypercoast import *
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "HyperCoast"
version = "0.7.4"
version = "0.7.5"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -54,7 +54,7 @@ universal = true


[tool.bumpversion]
current_version = "0.7.4"
current_version = "0.7.5"
commit = true
tag = true

Expand Down

0 comments on commit 492cda7

Please sign in to comment.