Skip to content

Commit cdf6321

Browse files
committed
Bump version: 1.2.0 → 1.2.1
1 parent e4bbb29 commit cdf6321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geojson_pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Polygon,
1212
)
1313

14-
__version__ = "1.2.0"
14+
__version__ = "1.2.1"
1515

1616
__all__ = [
1717
"Feature",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ignore = [
100100
"tests/*.py" = ["D1"]
101101

102102
[tool.bumpversion]
103-
current_version = "1.2.0"
103+
current_version = "1.2.1"
104104

105105
search = "{current_version}"
106106
replace = "{new_version}"

0 commit comments

Comments
 (0)