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