forked from github.com/pypiserver
Bump version 1.1.8-->1.1.9-dev0
This commit is contained in:
parent
b651d36468
commit
f6a3342666
@ -7,7 +7,7 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
||||
|proj-license|
|
||||
|
||||
:Maintainer:Kostis Anagnostopoulos <ankostis@gmail.com>
|
||||
:Version: 1.1.8
|
||||
:Version: 1.1.9-dev.0
|
||||
:Date: 2015-03-8
|
||||
:Source: https://github.com/pypiserver/pypiserver
|
||||
:PyPI: https://pypi.python.org/pypi/pypiserver#downloads
|
||||
|
@ -1,5 +1,5 @@
|
||||
import re as _re
|
||||
version = __version__ = "1.1.8"
|
||||
version = __version__ = "1.1.9-dev.0"
|
||||
__version_info__ = tuple(_re.split('[.-]', __version__))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user