diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c694d16..5bf7131 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.11 +current_version = 1.0.12 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 b014164..5b45f4c 100644 --- a/pv_site_api/__init__.py +++ b/pv_site_api/__init__.py @@ -5,7 +5,7 @@ import structlog -__version__ = "1.0.11" +__version__ = "1.0.12" # Set the loglevel LOGLEVEL = os.getenv("LOGLEVEL", "DEBUG").upper() diff --git a/pyproject.toml b/pyproject.toml index caacef3..66f7c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pv-site-api" -version = "1.0.11" +version = "1.0.12" description = "" authors = ["Open Climate Fix"] readme = "README.md"