Skip to content

Commit 2ef3e89

Browse files
authored
Merge pull request #15 from precice/micro-manager-v0.2.1
Release v0.2.1
2 parents dec31d4 + 0cb05c5 commit 2ef3e89

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/run-macro-micro-dummy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
run_macro_micro_dummy:
1111
name: Run macro-micro dummy
1212
runs-on: ubuntu-latest
13-
container: precice/precice:v2.3.0
13+
container: precice/precice
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v2
1717
- name: Install Dependencies
1818
run: |
1919
apt-get -qq update
20-
apt-get -qq install python3-dev python3-pip git python-is-python3
20+
apt-get -qq install python3-dev python3-pip git python-is-python3 pkg-config
2121
python -m pip install --upgrade pip
2222
pip install setuptools wheel twine
2323
- name: Install pyprecice

CHANGELOG.md

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

33
## latest
44

5+
## v0.2.1
6+
7+
- Fixing the broken action workflow `run-macro-micro-dummy`
8+
59
## v0.2.0
610

711
- Change package from `micro-manager` to `micro-manager-precice` and upload to PyPI.

setup.py

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

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

0 commit comments

Comments
 (0)