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 1ec7a00 commit 2187040Copy full SHA for 2187040
.github/workflows/release.yaml
@@ -16,6 +16,7 @@ jobs:
16
- run: |
17
# Assert git and python versions match
18
pip install -e .
19
+ pip install -r examples/requirements.txt
20
VERSION_PY=$(python3 -c "from xplt import __version__;print('v' + __version__)")
21
echo "Python version: $VERSION_PY"
22
VERSION_GIT=$(git describe --tags)
xplt/__init__.py
@@ -5,7 +5,7 @@
5
__contact__ = "[email protected]"
6
7
8
-__version__ = "0.9.0"
+__version__ = "0.9.1"
9
10
11
# expose the following in global namespace
0 commit comments