Updated for version 5.1.1

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-08-10 07:58:20 +03:00
parent 6fc01d225e
commit 571d6f38d2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project] [project]
name = "slpkg" name = "slpkg"
version = "5.1.0" version = "5.1.1"
authors = [ authors = [
{name = "Dimitris Zlatanidis", email = "dslackw@gmail.com"}, {name = "Dimitris Zlatanidis", email = "dslackw@gmail.com"},
] ]

View file

@ -6,7 +6,7 @@ class Version: # pylint: disable=[R0903]
"""Print the version.""" """Print the version."""
def __init__(self): def __init__(self):
self.version: str = "5.1.0" self.version: str = "5.1.1"
self.license: str = 'GNU General Public License v3 (GPLv3)' self.license: str = 'GNU General Public License v3 (GPLv3)'
self.author: str = 'Dimitris Zlatanidis (dslackw)' self.author: str = 'Dimitris Zlatanidis (dslackw)'
self.homepage: str = 'https://dslackw.gitlab.io/slpkg' self.homepage: str = 'https://dslackw.gitlab.io/slpkg'