Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Jan 24, 2025
1 parent d0ae82f commit 0fb49fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
rm -rf $VERSION
cp -r _build/html $VERSION
if [[ "$IS_CLEAN" != "1" ]] ; then
touch .pre-release
touch $VERSION/.pre-release
fi
# Update docs
./update.py
Expand Down
2 changes: 1 addition & 1 deletion xplt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__contact__ = "[email protected]"


__version__ = "0.11.3-rc3"
__version__ = "0.11.3-rc4"


# expose the following in global namespace
Expand Down

0 comments on commit 0fb49fb

Please sign in to comment.