Skip to content

Commit

Permalink
version 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 11, 2025
1 parent aa3d8c6 commit cfc67bb
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 @@ -52,7 +52,7 @@ def exc_note(e: Exception, note: str) -> Exception:
]


VERSION = "5.0.5"
VERSION = "5.0.6"

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 @@ -409,7 +409,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyglossary"
version = "5.0.5"
version = "5.0.6"
description = "A tool for converting dictionary files aka glossaries."
readme = "README.md"
authors = [{ name = "Saeed Rasooli", email = "[email protected]" }]
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.5"
VERSION = "5.0.6"
log = logging.getLogger("root")
relRootDir = "share/pyglossary"

Expand Down

0 comments on commit cfc67bb

Please sign in to comment.