Skip to content

Commit 68931a5

Browse files
committed
Update to v0.12.0
1 parent f59b9a8 commit 68931a5

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
@@ -6,7 +6,7 @@
66

77
__author__ = """Qiusheng Wu"""
88
__email__ = "giswqs@gmail.com"
9-
__version__ = "0.11.1"
9+
__version__ = "0.12.0"
1010

1111

1212
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.11.1"
3+
version = "0.12.0"
44
dynamic = [
55
"dependencies",
66
]
@@ -58,7 +58,7 @@ universal = true
5858

5959

6060
[tool.bumpversion]
61-
current_version = "0.11.1"
61+
current_version = "0.12.0"
6262
commit = true
6363
tag = true
6464

0 commit comments

Comments
 (0)