diff --git a/pospell.py b/pospell.py index 57c3018..a211c61 100644 --- a/pospell.py +++ b/pospell.py @@ -20,7 +20,7 @@ import regex -__version__ = "1.0.5" +__version__ = "1.0.6" DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True} diff --git a/setup.cfg b/setup.cfg index 28c0eea..a8e3f57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.0.6a1 commit = True tag = True diff --git a/setup.py b/setup.py index 84dee46..cdd0dcc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pospell", - version="1.0.5", + version="1.0.6", description="Spellcheck .po files containing reStructuredText translations", long_description=long_description, long_description_content_type="text/markdown", # This is important!