We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59b9a8 commit 68931a5Copy full SHA for 68931a5
hypercoast/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = """Qiusheng Wu"""
8
__email__ = "giswqs@gmail.com"
9
-__version__ = "0.11.1"
+__version__ = "0.12.0"
10
11
12
from .hypercoast import *
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "HyperCoast"
3
-version = "0.11.1"
+version = "0.12.0"
4
dynamic = [
5
"dependencies",
]
@@ -58,7 +58,7 @@ universal = true
58
59
60
[tool.bumpversion]
61
-current_version = "0.11.1"
+current_version = "0.12.0"
62
commit = true
63
tag = true
64
0 commit comments