Skip to content

Commit 2cec40a

Browse files
committed
Bump version: 1.1.1 → 1.1.2
1 parent 4531c83 commit 2cec40a

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.1.1"
14+
__version__ = "1.1.2"
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.1.1"
103+
current_version = "1.1.2"
104104

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

0 commit comments

Comments
 (0)