From 6ba30503382d6d148c02ae0a6b84e748eb5e8a25 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 16 Oct 2024 10:23:27 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.10=20=E2=86=92=202.4.11?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pvnet_app/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1ead6c7..ffd8a33 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.4.10 +current_version = 2.4.11 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pvnet_app/__init__.py] diff --git a/pvnet_app/__init__.py b/pvnet_app/__init__.py index 7cd1631..201f5e7 100644 --- a/pvnet_app/__init__.py +++ b/pvnet_app/__init__.py @@ -1,2 +1,2 @@ """PVNet App""" -__version__ = "2.4.10" +__version__ = "2.4.11"