Bump version 1.1.8-->1.1.9-dev0

This commit is contained in:
ankostis on tokoti 2015-09-15 21:32:06 +02:00 committed by Kostis Anagnostopoulos
parent b651d36468
commit f6a3342666
2 changed files with 2 additions and 2 deletions

@ -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__))