Skip to content

Commit 43a618d

Browse files
authored
release 0.9.2
1 parent e645a43 commit 43a618d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "multidimio"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Cloud-native, scalable, and user-friendly multi dimensional energy data!"
55
authors = [{ name = "Altay Sansal", email = "altay.sansal@tgs.com" }]
66
requires-python = ">=3.11,<3.14"
@@ -184,7 +184,7 @@ disallow_untyped_defs = true # for strict mypy: (this is the tricky one)
184184
plugins = ["numpy.typing.mypy_plugin"]
185185

186186
[tool.bumpversion]
187-
current_version = "0.9.1"
187+
current_version = "0.9.2"
188188
allow_dirty = true
189189
commit = false
190190
tag = false

0 commit comments

Comments
 (0)