diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5bf7131..c13a259 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.12 +current_version = 1.0.13 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pv_site_api/__init__.py] diff --git a/pv_site_api/__init__.py b/pv_site_api/__init__.py index 5b45f4c..77aeee6 100644 --- a/pv_site_api/__init__.py +++ b/pv_site_api/__init__.py @@ -5,7 +5,7 @@ import structlog -__version__ = "1.0.12" +__version__ = "1.0.13" # Set the loglevel LOGLEVEL = os.getenv("LOGLEVEL", "DEBUG").upper() diff --git a/pyproject.toml b/pyproject.toml index 66f7c7d..938aa13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pv-site-api" -version = "1.0.12" +version = "1.0.13" description = "" authors = ["Open Climate Fix"] readme = "README.md"