diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-17 08:26:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-17 08:26:01 +0200 |
commit | 7faa4639986d23465a138c9d1fdc8304f79e2955 (patch) | |
tree | 8d0c80727bfef716454d28f69f7e69da6ec9bd73 /setup.py | |
parent | db0f279de590f2457f939060e83e9ef0dff38647 (diff) | |
download | gemato-7faa4639986d23465a138c9d1fdc8304f79e2955.tar.gz |
Bump to 14.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python # vim:fileencoding=utf-8 -# (C) 2017-2018 Michał Górny <mgorny@gentoo.org> +# (C) 2017-2020 Michał Górny <mgorny@gentoo.org> # Licensed under the terms of 2-clause BSD license from setuptools import setup @@ -8,7 +8,7 @@ from setuptools import setup setup( name='gemato', - version='14.3', + version='14.4', description='Gentoo Manifest Tool -- a stand-alone utility to verify and update Gentoo Manifest files', author='Michał Górny', |