Skip to content

Commit

Permalink
Merge branch 'openclimatefix:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbhosale authored Sep 17, 2024
2 parents 3354c7d + 12c227c commit b70e84e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }
Expand Down

0 comments on commit b70e84e

Please sign in to comment.