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 a2b2401 commit 32fa5cfCopy full SHA for 32fa5cf
engine/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "momba_engine"
3
-version = "0.6.11"
+version = "0.6.12"
4
description = "Momba's state space exploration engine."
5
authors = [
6
{ name = "Maximilian Köhl", email = "[email protected]" }
pyproject.toml
name = "momba"
description = "A Python library for quantitative models."
@@ -17,7 +17,7 @@ classifiers = [
17
dependencies = [
18
"mxu>=0.0.6",
19
"immutables>=0.20",
20
- "momba-engine==0.6.11",
+ "momba-engine==0.6.12",
21
]
22
23
[project.urls]
0 commit comments