We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99f1ed commit 066a027Copy full SHA for 066a027
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 1.0.105
+current_version = 1.0.106
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.105",
+ version="1.0.106",
13
packages=find_packages(),
14
url="https://github.com/openclimatefix/graph_weather",
15
license="MIT License",
0 commit comments