Bump version: 0.3.9 → 0.3.10

This commit is contained in:
Julien Palard 2019-09-16 11:09:24 +02:00
parent 10bfe72a5e
commit 7c95b3756f
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ from docutils.utils import new_document
import regex
__version__ = "0.3.9"
__version__ = "0.3.10"
try:
HUNSPELL_VERSION = subprocess.check_output(
["hunspell", "--version"], universal_newlines=True

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.9
current_version = 0.3.10
commit = True
tag = True

View File

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