Skip to content

Commit

Permalink
bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed May 25, 2023
1 parent d8f6c39 commit bf708b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
]
# Change this with the version number bump.
# Also make the change in zcmds/version.py
version = "1.0.5"
version = "1.0.6"

[tool.ruff]
line-length = 200
Expand Down
2 changes: 1 addition & 1 deletion upload_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
rm -rf build dist
. ./activate.sh
pip install wheel twine
pip install wheel twine setuptools --upgrade
echo "Building Source and Wheel (universal) distribution…"
python setup.py sdist bdist_wheel --universal
echo "Uploading the package to PyPI via Twine…"
Expand Down

0 comments on commit bf708b2

Please sign in to comment.