Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 25, 2023
1 parent 2020140 commit 46c7c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 46c7c81

Please sign in to comment.