From 3bd26619998fb06b9b5da67dc2f3614924688950 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 22 Feb 2024 17:18:19 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.3=20=E2=86=92=201.0.4=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- database-cleanup/pyproject.toml | 2 +- forecast-inference/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 86d0dad..354a8a2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.3 +current_version = 1.0.4 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:forecast-inference/pyproject.toml] diff --git a/database-cleanup/pyproject.toml b/database-cleanup/pyproject.toml index f5e1d33..9c07932 100644 --- a/database-cleanup/pyproject.toml +++ b/database-cleanup/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "database-cleanup" -version = "1.0.3" +version = "1.0.4" description = "" authors = ["Open Climate Fix"] packages = [{include = "database_cleanup"}] diff --git a/forecast-inference/pyproject.toml b/forecast-inference/pyproject.toml index 13b9253..4ae3b76 100644 --- a/forecast-inference/pyproject.toml +++ b/forecast-inference/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "forecast-inference" -version = "1.0.3" +version = "1.0.4" description = "" authors = ["Peter Dudfield"] packages = [{include = "forecast_inference"}]