From bea1df89aec483c7acd11518c5b103f27eb3a7ca Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sat, 14 Dec 2024 11:37:29 +0330 Subject: [PATCH] version 5.0.0 --- 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 1a347d58e..11aae5cda 100644 --- a/pyglossary/core.py +++ b/pyglossary/core.py @@ -55,7 +55,7 @@ def exc_note(e: Exception, note: str) -> Exception: ] -VERSION = "4.7.1" +VERSION = "5.0.0" homePage = "https://github.com/ilius/pyglossary" diff --git a/pyproject.toml b/pyproject.toml index 82acd0698..8c5527d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -406,7 +406,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyglossary" -version = "4.7.1" +version = "5.0.0" 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 9a278fc69..4f71fffef 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup from setuptools.command.install import install -VERSION = "4.7.1" +VERSION = "5.0.0" log = logging.getLogger("root") relRootDir = "share/pyglossary"