diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-08 18:23:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-08 18:23:49 +0200 |
commit | 15b5cf264909404ecc7705cfe0a238f5302179f0 (patch) | |
tree | 1f87aae14be2dd08bbc3e5f2c3a56641a693d16d /setup.py | |
parent | a0175f01c16745a8f735385b5617d0e8a9a9d535 (diff) | |
download | gemato-15b5cf264909404ecc7705cfe0a238f5302179f0.tar.gz |
Bump to 16.1
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='16.0', + version='16.1', description='Gentoo Manifest Tool -- a stand-alone utility to verify and update Gentoo Manifest files', author='Michał Górny', |