We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9eef4b commit 24ee6cfCopy full SHA for 24ee6cf
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "multidimio"
3
-version = "0.8.5"
+version = "0.9.0"
4
description = "Cloud-native, scalable, and user-friendly multi dimensional energy data!"
5
authors = [{ name = "Altay Sansal", email = "altay.sansal@tgs.com" }]
6
requires-python = ">=3.11,<3.14"
@@ -122,7 +122,7 @@ module = ["zarr"]
122
ignore_missing_imports = true
123
124
[tool.bumpversion]
125
-current_version = "0.8.5"
+current_version = "0.9.0"
126
allow_dirty = true
127
commit = false
128
tag = false
0 commit comments