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 c8bd1a5 commit abcec1dCopy full SHA for abcec1d
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "multidimio"
3
-version = "0.9.0"
+version = "0.9.1"
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"
@@ -128,7 +128,7 @@ disallow_untyped_defs = true # for strict mypy: (this is the tricky one)
128
plugins = ["numpy.typing.mypy_plugin"]
129
130
[tool.bumpversion]
131
-current_version = "0.9.0"
+current_version = "0.9.1"
132
allow_dirty = true
133
commit = false
134
tag = false
0 commit comments