West v0.5.4

I screwed up the 0.5.3 upload to PyPI. Then I tried to delete it and
re-upload. This turns out to be impossible -- file names can't be
reused even if the package has been deleted.

So 0.5.3 is the point release that never was, unfortunately. 0.5.4
will be the same, but with a different number. Fun times / whoops.

Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
Marti Bolivar 2019-02-12 18:56:06 -07:00 committed by Carles Cufí
parent a341db31bf
commit 5d30c9c93b
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# #
# This is the Python 3 version of option 3 in: # This is the Python 3 version of option 3 in:
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version # https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
__version__ = '0.5.3' __version__ = '0.5.4'