diff options
-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 1ff5dd0..4e049f3 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__ = "20.4" +__version__ = "20.5" |