Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Sep 28, 2021
1 parent d5ecf7b commit 40dccf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ python3 setup.py sdist
# Create the binary wheels
source wheels.sh
# Upload the new release
# Since twine doesn't work under PyPy (our default Python interpreter),
# we resort to using Python2 to run it
python2 -m twine upload dist/islenska-$1*
twine upload dist/islenska-$1*
echo "Upload of" "$1" "done"
2 changes: 1 addition & 1 deletion src/islenska/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 40dccf1

Please sign in to comment.