Skip to content

Commit 46c7c81

Browse files
committed
Bump version
1 parent 2020140 commit 46c7c81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## latest
44

5+
## v0.3.0rc1
6+
57
- Add global variant to adaptivity (still experimental) https://github.com/precice/micro-manager/pull/42
68
- 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
79
- New domain decomposition strategy based on user input of number of processors along each axis https://github.com/precice/micro-manager/pull/41

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='micro-manager-precice',
16-
version='v0.2.1',
16+
version='v0.3.0rc1',
1717
description='micro-manager-precice is a package which facilitates two-scale macro-micro coupled simulations using preCICE',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)