diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95a0b39..cebf9a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.39 +current_version = 0.0.40 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 fa3ca44..a3e7890 100644 --- a/pvnet_app/__init__.py +++ b/pvnet_app/__init__.py @@ -1,2 +1,2 @@ """PVNet App""" -__version__ = "0.0.39" \ No newline at end of file +__version__ = "0.0.40" \ No newline at end of file