From 3bcf1f36572a798d130faffe06614c39d7826a9c Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 29 Feb 2024 16:18:04 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.9=20=E2=86=92=203.0.10=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 ac322c7e..a840ab2f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.0.9 +current_version = 3.0.10 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 1bafb5c6..dff77a2f 100644 --- a/pvnet/__init__.py +++ b/pvnet/__init__.py @@ -1,2 +1,2 @@ """PVNet""" -__version__ = "3.0.9" +__version__ = "3.0.10"