From 7cc1c78d3076ad5d302f84856d287d4b8313f369 Mon Sep 17 00:00:00 2001 From: Rico Schrage Date: Mon, 27 Jan 2025 20:51:05 +0100 Subject: [PATCH] 2.1.4 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f17448b..9d21b2e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,7 +11,7 @@ author = "mango team" # The full version, including alpha/beta/rc tags -version = release = "2.1.3" +version = release = "2.1.4" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f2687e6..790a207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mango-agents" -version = "2.1.3" +version = "2.1.4" authors = [ { name="mango Team", email="mango@offis.de" }, ]