Bump version: 0.2.1 → 0.2.2

This commit is contained in:
Julien Palard 2019-03-14 18:23:02 +01:00
parent f5e031823e
commit 613699e203
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.1"
__version__ = "0.2.2"

View File

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

View File

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