mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for version 5.1.2
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
841a81b7d0
commit
dbb7d0c2ab
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.1.1"
|
version = "5.1.2"
|
||||||
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.1.1"
|
self.version: str = "5.1.2"
|
||||||
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