diff --git a/pospell.py b/pospell.py index 3b9bdac..a90c5b5 100644 --- a/pospell.py +++ b/pospell.py @@ -20,7 +20,7 @@ from docutils.utils import new_document import regex -__version__ = "1.0.9" +__version__ = "1.0.10" DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True} diff --git a/setup.cfg b/setup.cfg index 3a4ed75..1e167d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.9 +current_version = 1.0.10 commit = True tag = True diff --git a/setup.py b/setup.py index c36c264..ace372f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as readme: setuptools.setup( name="pospell", - version="1.0.9", + version="1.0.10", description="Spellcheck .po files containing reStructuredText translations", long_description=long_description, long_description_content_type="text/markdown", # This is important!