summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-17 08:26:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-17 08:26:01 +0200
commit7faa4639986d23465a138c9d1fdc8304f79e2955 (patch)
tree8d0c80727bfef716454d28f69f7e69da6ec9bd73 /setup.py
parentdb0f279de590f2457f939060e83e9ef0dff38647 (diff)
downloadgemato-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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f810480..49a6c8c 100644
--- a/setup.py
+++ b/setup.py
@@ -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',