diff --git a/geojson_pydantic/__init__.py b/geojson_pydantic/__init__.py index 33bc2b7..2118e75 100644 --- a/geojson_pydantic/__init__.py +++ b/geojson_pydantic/__init__.py @@ -11,7 +11,7 @@ Polygon, ) -__version__ = "1.1.1" +__version__ = "1.1.2" __all__ = [ "Feature", diff --git a/pyproject.toml b/pyproject.toml index 344d275..d7d0b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ ignore = [ "tests/*.py" = ["D1"] [tool.bumpversion] -current_version = "1.1.1" +current_version = "1.1.2" search = "{current_version}" replace = "{new_version}"