1
0
forked from AFPy/pospell

Bump version: 1.0.3 → 1.0.4

This commit is contained in:
Julien Palard 2020-06-28 11:14:31 +02:00
parent 7f9a3fd980
commit cd30daa4de
3 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,7 @@ from docutils.utils import new_document
import regex
__version__ = "1.0.3"
__version__ = "1.0.4"
DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True}

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.0.4
commit = True
tag = True
@ -13,4 +13,3 @@ 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="1.0.3",
version="1.0.4",
description="Spellcheck .po files containing reStructuredText translations",
long_description=long_description,
long_description_content_type="text/markdown", # This is important!