From 46c7c813a671775ec085c919e711f2b3f653e37e Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Fri, 25 Aug 2023 15:56:29 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec4438d..1d45a3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## latest +## v0.3.0rc1 + - Add global variant to adaptivity (still experimental) https://github.com/precice/micro-manager/pull/42 - Add norm-based (L1 and L2) support for functions in similarity distance calculation with absolute and relative variants https://github.com/precice/micro-manager/pull/40 - New domain decomposition strategy based on user input of number of processors along each axis https://github.com/precice/micro-manager/pull/41 diff --git a/setup.py b/setup.py index 6083111c..4dbe807b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='micro-manager-precice', - version='v0.2.1', + version='v0.3.0rc1', 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',