From 7e60447c96b771d36a689cb4c942f07d230f016c Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Thu, 6 Feb 2025 07:28:45 +0330 Subject: [PATCH] version 5.0.8 --- pyglossary/core.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyglossary/core.py b/pyglossary/core.py index cfe193a7a..4fbcd07fd 100644 --- a/pyglossary/core.py +++ b/pyglossary/core.py @@ -52,7 +52,7 @@ def exc_note(e: Exception, note: str) -> Exception: ] -VERSION = "5.0.7" +VERSION = "5.0.8" homePage = "https://github.com/ilius/pyglossary" diff --git a/pyproject.toml b/pyproject.toml index dec753d01..845341a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -413,7 +413,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyglossary" -version = "5.0.7" +version = "5.0.8" 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 5bc117127..8fa33c814 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup from setuptools.command.install import install -VERSION = "5.0.7" +VERSION = "5.0.8" log = logging.getLogger("root") relRootDir = "share/pyglossary"