From 2cec40a30c7e58ac454a177f30e4e2e24a6c9953 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 22 Oct 2024 17:14:21 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geojson_pydantic/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}"