diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d80ae3e..624a97f 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/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f7febe4..2e8e5c7 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 diff --git a/pyproject.toml b/pyproject.toml index ccd7bb5..c292fc9 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" }