Skip to content

Commit

Permalink
version 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 28, 2024
1 parent beb0628 commit 8c5c1a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyglossary/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def exc_note(e: Exception, note: str) -> Exception:
]


VERSION = "5.0.2"
VERSION = "5.0.3"

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyglossary"
version = "5.0.2"
version = "5.0.3"
description = "A tool for converting dictionary files aka glossaries."
readme = "README.md"
authors = [{ name = "Saeed Rasooli", email = "saeed.gnu@gmail.com" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from setuptools import setup
from setuptools.command.install import install

VERSION = "5.0.2"
VERSION = "5.0.3"
log = logging.getLogger("root")
relRootDir = "share/pyglossary"

Expand Down

0 comments on commit 8c5c1a6

Please sign in to comment.