We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ecd35 commit 8ae257cCopy full SHA for 8ae257c
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 1.0.123
+current_version = 1.0.124
5
message = Bump version: {current_version} → {new_version} [skip ci]
6
7
[bumpversion:file:setup.py]
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="graph_weather",
12
- version="1.0.123",
+ version="1.0.124",
13
packages=find_packages(),
14
url="https://github.com/openclimatefix/graph_weather",
15
license="MIT License",
0 commit comments