From b7c7447e02ff159608f1d2eb4462e98981e249c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Tue, 30 Jul 2024 15:27:05 +0200 Subject: [PATCH] chore: release version 0.6.11 --- Cargo.lock | 2 +- engine/Cargo.toml | 2 +- engine/pyproject.toml | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 897d085f..31fb4d2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ dependencies = [ [[package]] name = "momba_engine" -version = "0.6.10" +version = "0.0.0" dependencies = [ "clock-zones", "downcast-rs", diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 4d6206ee..30ce3980 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momba_engine" -version = "0.6.10" +version = "0.0.0" authors = ["Maximilian Köhl "] edition = "2018" description = "A Python package supercharging Momba with computing capabilities." diff --git a/engine/pyproject.toml b/engine/pyproject.toml index e765f74a..6dcefd8b 100644 --- a/engine/pyproject.toml +++ b/engine/pyproject.toml @@ -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" } diff --git a/pyproject.toml b/pyproject.toml index f47aead0..e101d44c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } @@ -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]