From d1b4a5f7851573c98e1b675859e43665a71c00d5 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 13 Nov 2023 17:41:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.18=20=E2=86=92=200.0.19?= =?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 77c2f4d..b556445 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.18 +current_version = 0.0.19 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 0a980af..d766949 100644 --- a/pvnet_app/__init__.py +++ b/pvnet_app/__init__.py @@ -1,2 +1,2 @@ """PVNet App""" -__version__ = "0.0.18" \ No newline at end of file +__version__ = "0.0.19" \ No newline at end of file