Skip to content

Commit

Permalink
version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 19, 2024
1 parent 9e47245 commit 26203fa
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.0"
VERSION = "5.0.1"

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 @@ -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" }]
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.0"
VERSION = "5.0.1"
log = logging.getLogger("root")
relRootDir = "share/pyglossary"

Expand Down

0 comments on commit 26203fa

Please sign in to comment.