From 91e980452d048cd027361a7dbe5e3102adedd513 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 11 Mar 2024 14:28:59 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.36=20=E2=86=92=200.0.37?= =?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 d11e913..8080523 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.36 +current_version = 0.0.37 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 893ffd4..d1a73c0 100644 --- a/pvnet_app/__init__.py +++ b/pvnet_app/__init__.py @@ -1,2 +1,2 @@ """PVNet App""" -__version__ = "0.0.36" \ No newline at end of file +__version__ = "0.0.37" \ No newline at end of file