Skip to content

Commit

Permalink
version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 14, 2024
1 parent 31d7ff4 commit bea1df8
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 @@ -55,7 +55,7 @@ def exc_note(e: Exception, note: str) -> Exception:
]


VERSION = "4.7.1"
VERSION = "5.0.0"

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 = "4.7.1"
version = "5.0.0"
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 = "4.7.1"
VERSION = "5.0.0"
log = logging.getLogger("root")
relRootDir = "share/pyglossary"

Expand Down

0 comments on commit bea1df8

Please sign in to comment.