Bump version: 0.2.3 → 0.3.0

This commit is contained in:
Julien Palard 2018-12-24 15:53:09 +01:00
parent 647c90f904
commit bad7313345
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.3.0
commit = True
tag = True
@ -13,3 +13,4 @@ replace = __version__ = "{new_version}"
[bdist_wheel]
universal = 1

View File

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