mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
chore(ver): bump 1.3.0-->1.3.1
This commit is contained in:
parent
4b65dcdf42
commit
9496be122f
@ -2,9 +2,9 @@ import os
|
||||
import re as _re
|
||||
import sys
|
||||
|
||||
version = __version__ = "1.3.0"
|
||||
version = __version__ = "1.3.1"
|
||||
__version_info__ = tuple(_re.split('[.-]', __version__))
|
||||
__updated__ = "2019-05-05 15:49:11"
|
||||
__updated__ = "2019-09-10 19:02:30"
|
||||
|
||||
__title__ = "pypiserver"
|
||||
__summary__ = "A minimal PyPI server for use with pip/easy_install."
|
||||
|
Loading…
Reference in New Issue
Block a user