We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0237ddd commit 1c604d6Copy full SHA for 1c604d6
.github/workflows/publish.yml
@@ -26,10 +26,10 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install build
29
- - name: Install built wheel
30
- run: pip install dist/*
31
- name: Build package
32
run: python -m build
+ - name: Install built wheel
+ run: pip install dist/*
33
- name: Echo current tag
34
run: echo ${{ github.ref }}
35
- name: Get package version
matplotlib_inline/__init__.py
@@ -1,6 +1,6 @@
1
from . import backend_inline, config # noqa
2
3
-__version__ = "0.2.0"
+__version__ = "0.2.1"
4
5
# we can't ''.join(...) otherwise finding the version number at build time requires
6
# import which introduces IPython and matplotlib at build time, and thus circular
0 commit comments