Bump version to 0.2.1.

This commit is contained in:
Julien Palard 2018-07-29 00:59:41 +02:00
parent 1e03d9ff78
commit 81395e5d95
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import polib
from docutils.parsers.rst import roles
from docutils.utils import new_document
__version__ = "0.2.0"
__version__ = "0.2.1"
try:
HUNSPELL_VERSION = subprocess.check_output(
["hunspell", "--version"], universal_newlines=True

View File

@ -7,7 +7,7 @@ with open("README.md") as readme:
setuptools.setup(
name="pospell",
version="0.2.0",
version="0.2.1",
description="Spellcheck .po files containing reStructuredText translations",
long_description=long_description,
long_description_content_type="text/markdown", # This is important!