From 0366384cb1261f285ed1a30472cedb03d1346ba0 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 14 Oct 2024 14:36:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.3=20=E2=86=92=202.4.4=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_app/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cb706f9..1741bff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.4.3 +current_version = 2.4.4 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 977f64b..58c5175 100644 --- a/pvnet_app/__init__.py +++ b/pvnet_app/__init__.py @@ -1,2 +1,2 @@ """PVNet App""" -__version__ = "2.4.3" +__version__ = "2.4.4"