From fa7770f7aba4ecc8a995d09f4a3c4d1229214db0 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Wed, 20 Mar 2024 16:40:20 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e694a948..b31f5b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Micro Manager changelog -## latest +## v0.4.0 - Add note in the cpp-dummy that pickling support does not work due to no good way to pass the sim id to the new micro simulation instance [commit](https://github.com/precice/micro-manager/commit/0a82966676717a533aca9bffa4a110453158f29c) - Reintroduce initialize function in the micro simulation API https://github.com/precice/micro-manager/pull/79 diff --git a/setup.py b/setup.py index 90de2a93..9d2f7032 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='micro-manager-precice', - version='v0.3.0', + version='v0.4.0', description='micro-manager-precice is a package which facilitates two-scale macro-micro coupled simulations using preCICE', long_description=long_description, long_description_content_type='text/markdown',