From 32fa5cf6bdf6de6978f7cd8c7cd454592c38d7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Sat, 3 Aug 2024 18:10:10 +0200 Subject: [PATCH] chore: release Momba version 0.6.12 --- engine/pyproject.toml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/pyproject.toml b/engine/pyproject.toml index 6dcefd8b..941a74d1 100644 --- a/engine/pyproject.toml +++ b/engine/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "momba_engine" -version = "0.6.11" +version = "0.6.12" description = "Momba's state space exploration engine." authors = [ { name = "Maximilian Köhl", email = "koehl@cs.uni-saarland.de" } diff --git a/pyproject.toml b/pyproject.toml index e101d44c..fbf5ac8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "momba" -version = "0.6.11" +version = "0.6.12" description = "A Python library for quantitative models." authors = [ { name = "Maximilian Köhl", email = "koehl@cs.uni-saarland.de" } @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "mxu>=0.0.6", "immutables>=0.20", - "momba-engine==0.6.11", + "momba-engine==0.6.12", ] [project.urls]