Skip to content

Commit 32fa5cf

Browse files
committed
chore: release Momba version 0.6.12
1 parent a2b2401 commit 32fa5cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

engine/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "momba_engine"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
description = "Momba's state space exploration engine."
55
authors = [
66
{ name = "Maximilian Köhl", email = "[email protected]" }

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "momba"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
description = "A Python library for quantitative models."
55
authors = [
66
{ name = "Maximilian Köhl", email = "[email protected]" }
@@ -17,7 +17,7 @@ classifiers = [
1717
dependencies = [
1818
"mxu>=0.0.6",
1919
"immutables>=0.20",
20-
"momba-engine==0.6.11",
20+
"momba-engine==0.6.12",
2121
]
2222

2323
[project.urls]

0 commit comments

Comments
 (0)