Skip to content

Commit f83c708

Browse files
committed
Bump version: 2.0.0 → 2.1.0
1 parent ca5cca3 commit f83c708

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__ = "2.0.0"
14+
__version__ = "2.1.0"
1515

1616
__all__ = [
1717
"Feature",

pyproject.toml

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

103103
[tool.bumpversion]
104-
current_version = "2.0.0"
104+
current_version = "2.1.0"
105105

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

0 commit comments

Comments
 (0)