diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0d99f3c..633dd9f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.7 +current_version = 0.0.8 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 e3b0f71..8f25580 100644 --- a/pvnet_app/__init__.py +++ b/pvnet_app/__init__.py @@ -1,2 +1,2 @@ """PVNet App""" -__version__ = "0.0.7" \ No newline at end of file +__version__ = "0.0.8" \ No newline at end of file