diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-17 19:12:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-17 19:15:12 +0200 |
commit | 572da07948b921feb35af5b098f50af7d8dea99a (patch) | |
tree | eab1e5e00e158b92f9fff9e9d8e0e86c6316e3f4 | |
parent | 17eea0bc9a4198502aebeee1e38908b6ae628c45 (diff) | |
download | gemato-572da07948b921feb35af5b098f50af7d8dea99a.tar.gz |
Bump to 17.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | gemato/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemato/__init__.py b/gemato/__init__.py index edad647..3123d25 100644 --- a/gemato/__init__.py +++ b/gemato/__init__.py @@ -1,3 +1,3 @@ """Gentoo Manifest Tool -- a utility to verify and update Manifest files""" -__version__ = "16.2" +__version__ = "17.0" |