Skip to content

Commit

Permalink
Bump version: 0.17.0 → 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommikaikkonen committed Jun 22, 2019
1 parent ee6e5fd commit 53ba5f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prettyprinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Tommi Kaikkonen"""
__email__ = '[email protected]'
__version__ = '0.17.0'
__version__ = '0.18.0'

from io import StringIO
from importlib import import_module
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.0
current_version = 0.18.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='prettyprinter',
version='0.17.0',
version='0.18.0',
description="Syntax-highlighting, declarative and composable pretty printer for Python 3.5+",
long_description=readme + '\n\n' + history,
author="Tommi Kaikkonen",
Expand Down

0 comments on commit 53ba5f9

Please sign in to comment.