Skip to content

Commit 6ee0762

Browse files
committed
Bump version: 0.6.1 → 0.6.2
1 parent 31b40b3 commit 6ee0762

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hypercoast/__init__.py

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

33
__author__ = """Qiusheng Wu"""
44
__email__ = "[email protected]"
5-
__version__ = "0.6.1"
5+
__version__ = "0.6.2"
66

77

88
from .hypercoast import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "HyperCoast"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
dynamic = [
55
"dependencies",
66
]
@@ -55,7 +55,7 @@ universal = true
5555

5656

5757
[tool.bumpversion]
58-
current_version = "0.6.1"
58+
current_version = "0.6.2"
5959
commit = true
6060
tag = true
6161

0 commit comments

Comments
 (0)