Update version in metadata for bundled distro (#59869)

This commit is contained in:
Sam Doran 2019-07-31 12:38:25 -04:00 committed by GitHub
parent 75be309242
commit 81d254da4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ __metaclass__ = type
Compat distro library.
'''
# The following makes it easier for us to script updates of the bundled code
_BUNDLED_METADATA = {"pypi_name": "distro", "version": "1.3.0"}
_BUNDLED_METADATA = {"pypi_name": "distro", "version": "1.4.0"}
# The following additional changes have been made:
# * The import of argparse has been moved to __main__ (py2.6 compat)