From 26203fae63421b97a93936d4241d8f15ead974d1 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Thu, 19 Dec 2024 09:19:59 +0330 Subject: [PATCH] version 5.0.1 --- 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 c1de7f4ae..ee3990042 100644 --- a/pyglossary/core.py +++ b/pyglossary/core.py @@ -56,7 +56,7 @@ def exc_note(e: Exception, note: str) -> Exception: ] -VERSION = "5.0.0" +VERSION = "5.0.1" homePage = "https://github.com/ilius/pyglossary" diff --git a/pyproject.toml b/pyproject.toml index 8c5527d11..fe290b6cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -406,7 +406,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyglossary" -version = "5.0.0" +version = "5.0.1" 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 fa72666af..4af8a42f6 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup from setuptools.command.install import install -VERSION = "5.0.0" +VERSION = "5.0.1" log = logging.getLogger("root") relRootDir = "share/pyglossary"