Skip to content

Commit 78880b2

Browse files
authored
Bump version: 0.21.1 → 0.22.0 (#250)
1 parent dfb81ed commit 78880b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.21.1"
9+
__version__ = "0.22.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.21.1"
3+
version = "0.22.0"
44
dynamic = [
55
"dependencies",
66
]
@@ -59,7 +59,7 @@ universal = true
5959

6060

6161
[tool.bumpversion]
62-
current_version = "0.21.1"
62+
current_version = "0.22.0"
6363
commit = true
6464
tag = true
6565

0 commit comments

Comments
 (0)