From cd476c7853a7d7a93ad2330263007a1b16344615 Mon Sep 17 00:00:00 2001 From: Peter Dudfield <34686298+peterdudfield@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:51:57 +0100 Subject: [PATCH 1/2] Update publish.yaml (#201) --- .github/workflows/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f7febe49..2e8e5c73 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,6 @@ jobs: - name: install python packages run: | python -m pip install --upgrade pip - pip install -r requirements.txt pip install -e . - name: upload forecast to Hugging Face From 12c227c8bd31ec4876c814660e935983026acc00 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Tue, 17 Sep 2024 09:52:17 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=201.0.74=20=E2=86=92=201.0.?= =?UTF-8?q?75=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d80ae3e2..624a97f3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.74 +current_version = 1.0.75 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pyproject.toml] diff --git a/pyproject.toml b/pyproject.toml index ccd7bb5d..c292fc95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "quartz_solar_forecast" -version = "1.0.74" +version = "1.0.75" description = "Open Source Solar Forecasting for a Site" authors = [ { name = "Peter Dudfield", email = "info@openclimatefix.org" }