chore(ver): bump 1.5.0-->1.5.0

This commit is contained in:
Dmitrii Orlov 2022-05-01 22:36:23 +02:00
parent c36fc51da2
commit 388658e624
No known key found for this signature in database
GPG Key ID: A5C683DE49E900B5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from pypiserver.config import Config, RunConfig, strtobool
version = __version__ = "1.5.0"
__version_info__ = tuple(_re.split("[.-]", __version__))
__updated__ = "2022-05-01 22:12:49"
__updated__ = "2022-05-01 22:36:22"
__title__ = "pypiserver"
__summary__ = "A minimal PyPI server for use with pip/easy_install."