Skip to content

Commit abcec1d

Browse files
authored
bump patch version
1 parent c8bd1a5 commit abcec1d

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.0"
3+
version = "0.9.1"
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"
@@ -128,7 +128,7 @@ disallow_untyped_defs = true # for strict mypy: (this is the tricky one)
128128
plugins = ["numpy.typing.mypy_plugin"]
129129

130130
[tool.bumpversion]
131-
current_version = "0.9.0"
131+
current_version = "0.9.1"
132132
allow_dirty = true
133133
commit = false
134134
tag = false

0 commit comments

Comments
 (0)