From 2198dffef149f97d65407a20403267f418f43924 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 16 Sep 2024 08:24:35 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.12.0=20=E2=86=92=202.12.1?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- satip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 063fc8a2..d0e695ec 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.12.0 +current_version = 2.12.1 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:satip/__init__.py] diff --git a/satip/__init__.py b/satip/__init__.py index 2de5beeb..5663b9c2 100644 --- a/satip/__init__.py +++ b/satip/__init__.py @@ -1,3 +1,3 @@ # noqa: D104 -__version__ = "2.12.0" +__version__ = "2.12.1"