Update version in metadata for bundled distro (#59869)
This commit is contained in:
parent
75be309242
commit
81d254da4c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue