mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for version 5.0.9
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
058639e0de
commit
fc934a0b37
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "slpkg"
|
name = "slpkg"
|
||||||
version = "5.0.8"
|
version = "5.0.9"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Dimitris Zlatanidis", email = "dslackw@gmail.com"},
|
{name = "Dimitris Zlatanidis", email = "dslackw@gmail.com"},
|
||||||
]
|
]
|
||||||
|
|
|
@ -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.0.8"
|
self.version: str = "5.0.9"
|
||||||
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'
|
||||||
|
|
Loading…
Reference in a new issue