Skip to content

Commit ac17fde

Browse files
committed
version 5.0.9
1 parent cd478db commit ac17fde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyglossary/core.py

+1-1
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.8"
55+
VERSION = "5.0.9"
5656

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ build-backend = "setuptools.build_meta"
413413

414414
[project]
415415
name = "pyglossary"
416-
version = "5.0.8"
416+
version = "5.0.9"
417417
description = "A tool for converting dictionary files aka glossaries."
418418
readme = "README.md"
419419
authors = [{ name = "Saeed Rasooli", email = "[email protected]" }]

setup.py

+1-1
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.8"
14+
VERSION = "5.0.9"
1515
log = logging.getLogger("root")
1616
relRootDir = "share/pyglossary"
1717

0 commit comments

Comments
 (0)