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 d6df14b commit cc0f111Copy full SHA for cc0f111
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 1.0.110
+current_version = 1.0.111
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.110",
+ version="1.0.111",
13
packages=find_packages(),
14
url="https://github.com/openclimatefix/graph_weather",
15
license="MIT License",
0 commit comments