Skip to content

Commit

Permalink
chore: release version 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jul 30, 2024
1 parent aca7bd8 commit b7c7447
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momba_engine"
version = "0.6.10"
version = "0.0.0"
authors = ["Maximilian Köhl <koehl@cs.uni-saarland.de>"]
edition = "2018"
description = "A Python package supercharging Momba with computing capabilities."
Expand Down
2 changes: 1 addition & 1 deletion engine/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "momba_engine"
version = "0.6.10"
version = "0.6.11"
description = "Momba's state space exploration engine."
authors = [
{ name = "Maximilian Köhl", email = "koehl@cs.uni-saarland.de" }
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "momba"
version = "0.6.10"
version = "0.6.11"
description = "A Python library for quantitative models."
authors = [
{ name = "Maximilian Köhl", email = "koehl@cs.uni-saarland.de" }
Expand All @@ -17,7 +17,7 @@ classifiers = [
dependencies = [
"mxu>=0.0.6",
"immutables>=0.20",
"momba-engine==0.6.10",
"momba-engine==0.6.11",
]

[project.urls]
Expand Down

0 comments on commit b7c7447

Please sign in to comment.