From e39890649067aff9b315e13efc39b41bf6c45dff Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 26 Oct 2023 12:48:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.0=20=E2=86=92=202.2.1=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pvnet/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 62350e8b..7e60b3b9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.2.0 +current_version = 2.2.1 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pvnet/__init__.py] diff --git a/pvnet/__init__.py b/pvnet/__init__.py index 085b3ca1..dada65f6 100644 --- a/pvnet/__init__.py +++ b/pvnet/__init__.py @@ -1,2 +1,2 @@ """PVNet""" -__version__ = "2.2.0" +__version__ = "2.2.1"