diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-18 17:26:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-18 17:26:32 +0200 |
commit | a7bf8d7097fe493b1f3447cd89c5252e8bd29ec2 (patch) | |
tree | d8346a2372342705b146d4b88a27e9402fab9784 /setup.py | |
parent | 9980de271de4f8f5e993e2b634d0e8d7753e382f (diff) | |
download | gemato-a7bf8d7097fe493b1f3447cd89c5252e8bd29ec2.tar.gz |
Bump to 14.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ from setuptools import setup setup( name='gemato', - version='14.4', + version='14.5', description='Gentoo Manifest Tool -- a stand-alone utility to verify and update Gentoo Manifest files', author='Michał Górny', |