Skip to content

Commit

Permalink
chore(ver): bump 1.2.3-->1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Aug 4, 2018
1 parent ff4b049 commit c86de25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import re as _re
import sys

version = __version__ = "1.2.2"
version = __version__ = "1.2.3"
__version_info__ = tuple(_re.split('[.-]', __version__))
__updated__ = "2018-06-12 20:15:10"
__updated__ = "2018-08-04 12:31:43"

__title__ = "pypiserver"
__summary__ = "A minimal PyPI server for use with pip/easy_install."
Expand Down

0 comments on commit c86de25

Please sign in to comment.