Skip to content

Commit 195276e

Browse files
committed
version 5.0.10
1 parent f57a5a5 commit 195276e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyglossary/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def exc_note(e: Exception, note: str) -> Exception:
5252
]
5353

5454

55-
VERSION = "5.0.9"
55+
VERSION = "5.0.10"
5656

5757
homePage = "https://github.com/ilius/pyglossary"
5858

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ build-backend = "setuptools.build_meta"
433433

434434
[project]
435435
name = "pyglossary"
436-
version = "5.0.9"
436+
version = "5.0.10"
437437
description = "A tool for converting dictionary files aka glossaries."
438438
readme = "README.md"
439439
authors = [{ name = "Saeed Rasooli", email = "saeed.gnu@gmail.com" }]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools import setup
1212
from setuptools.command.install import install
1313

14-
VERSION = "5.0.9"
14+
VERSION = "5.0.10"
1515
log = logging.getLogger("root")
1616
relRootDir = "share/pyglossary"
1717

0 commit comments

Comments
 (0)