diff --git a/geojson_pydantic/__init__.py b/geojson_pydantic/__init__.py index 2118e75..41b2b9d 100644 --- a/geojson_pydantic/__init__.py +++ b/geojson_pydantic/__init__.py @@ -11,7 +11,7 @@ Polygon, ) -__version__ = "1.1.2" +__version__ = "1.2.0" __all__ = [ "Feature", diff --git a/pyproject.toml b/pyproject.toml index 16e1ed0..7c12f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ ignore = [ "tests/*.py" = ["D1"] [tool.bumpversion] -current_version = "1.1.2" +current_version = "1.2.0" search = "{current_version}" replace = "{new_version}"