summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',