[stable-2.8] Update version in metadata for bundled distro (#59869)

(cherry picked from commit 81d254da4c)

Co-authored-by: Sam Doran <sdoran@redhat.com>
This commit is contained in:
Sam Doran 2019-07-31 12:38:25 -04:00 committed by Toshio Kuratomi
parent fd7b4238e2
commit 79795ba5b0

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)