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:
parent
a341db31bf
commit
5d30c9c93b
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue