chore(ver): bump 1.3.0-->1.3.1

This commit is contained in:
Matthew Planchard 2019-09-10 19:02:31 -05:00
parent 4b65dcdf42
commit 9496be122f
No known key found for this signature in database
GPG Key ID: 4ABC11DF33394F00
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ import os
import re as _re import re as _re
import sys import sys
version = __version__ = "1.3.0" version = __version__ = "1.3.1"
__version_info__ = tuple(_re.split('[.-]', __version__)) __version_info__ = tuple(_re.split('[.-]', __version__))
__updated__ = "2019-05-05 15:49:11" __updated__ = "2019-09-10 19:02:30"
__title__ = "pypiserver" __title__ = "pypiserver"
__summary__ = "A minimal PyPI server for use with pip/easy_install." __summary__ = "A minimal PyPI server for use with pip/easy_install."