Skip to content

Commit 1c604d6

Browse files
committed
Release version 0.2.1
1 parent 0237ddd commit 1c604d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install build
29-
- name: Install built wheel
30-
run: pip install dist/*
3129
- name: Build package
3230
run: python -m build
31+
- name: Install built wheel
32+
run: pip install dist/*
3333
- name: Echo current tag
3434
run: echo ${{ github.ref }}
3535
- name: Get package version

matplotlib_inline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import backend_inline, config # noqa
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44

55
# we can't ''.join(...) otherwise finding the version number at build time requires
66
# import which introduces IPython and matplotlib at build time, and thus circular

0 commit comments

Comments
 (0)