diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 211f387..73fee28 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.25 +current_version = 0.0.26 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 bc56779..219874e 100644 --- a/pvnet_app/__init__.py +++ b/pvnet_app/__init__.py @@ -1,2 +1,2 @@ """PVNet App""" -__version__ = "0.0.25" \ No newline at end of file +__version__ = "0.0.26" \ No newline at end of file