Skip to content

Commit 2187040

Browse files
committed
Version 0.9.1
1 parent 1ec7a00 commit 2187040

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: |
1717
# Assert git and python versions match
1818
pip install -e .
19+
pip install -r examples/requirements.txt
1920
VERSION_PY=$(python3 -c "from xplt import __version__;print('v' + __version__)")
2021
echo "Python version: $VERSION_PY"
2122
VERSION_GIT=$(git describe --tags)

xplt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__contact__ = "[email protected]"
66

77

8-
__version__ = "0.9.0"
8+
__version__ = "0.9.1"
99

1010

1111
# expose the following in global namespace

0 commit comments

Comments
 (0)