diff --git a/pospell.py b/pospell.py index eba15f6..4d87bd7 100644 --- a/pospell.py +++ b/pospell.py @@ -22,7 +22,7 @@ from docutils.utils import new_document import regex -__version__ = "1.0.6" +__version__ = "1.0.7" DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True} diff --git a/setup.cfg b/setup.cfg index 8fdd6cc..372659a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.0.7 commit = True tag = True diff --git a/setup.py b/setup.py index cdd0dcc..aa3b780 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as readme: setuptools.setup( name="pospell", - version="1.0.6", + version="1.0.7", description="Spellcheck .po files containing reStructuredText translations", long_description=long_description, long_description_content_type="text/markdown", # This is important!