diff --git a/pyglossary/core.py b/pyglossary/core.py index 0719eb913..02bcced54 100644 --- a/pyglossary/core.py +++ b/pyglossary/core.py @@ -56,7 +56,7 @@ def exc_note(e: Exception, note: str) -> Exception: ] -VERSION = "5.0.2" +VERSION = "5.0.3" homePage = "https://github.com/ilius/pyglossary" diff --git a/pyproject.toml b/pyproject.toml index fe4d4dfc0..672430440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -403,7 +403,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyglossary" -version = "5.0.2" +version = "5.0.3" description = "A tool for converting dictionary files aka glossaries." readme = "README.md" authors = [{ name = "Saeed Rasooli", email = "saeed.gnu@gmail.com" }] diff --git a/setup.py b/setup.py index 377581c08..46309aad2 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup from setuptools.command.install import install -VERSION = "5.0.2" +VERSION = "5.0.3" log = logging.getLogger("root") relRootDir = "share/pyglossary"