Bump version: 0.2.2 → 0.2.3

This commit is contained in:
Julien Palard 2019-03-14 22:05:16 +01:00
parent 53327c4b5e
commit 4b18867010
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
__author__ = """Julien Palard"""
__email__ = "julien@palard.fr"
__version__ = "0.2.2"
__version__ = "0.2.3"

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = True

View File

@ -5,7 +5,7 @@ with open("README.rst") as readme_file:
setup(
name="powrap",
version="0.2.2",
version="0.2.3",
description="Find an properly reindent .po files.",
long_description=readme,
author="Julien Palard",