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.
0.9.2
1 parent e645a43 commit 43a618dCopy full SHA for 43a618d
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "multidimio"
3
-version = "0.9.1"
+version = "0.9.2"
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"
@@ -184,7 +184,7 @@ disallow_untyped_defs = true # for strict mypy: (this is the tricky one)
184
plugins = ["numpy.typing.mypy_plugin"]
185
186
[tool.bumpversion]
187
-current_version = "0.9.1"
+current_version = "0.9.2"
188
allow_dirty = true
189
commit = false
190
tag = false
0 commit comments