# -*- coding: utf-8 -*- # # Copyright (C) 2011-2019 Ben Kurtovic # Released under the terms of the MIT License. See LICENSE for details. """ gitup: the git repository updater """ __author__ = "Ben Kurtovic" __copyright__ = "Copyright (C) 2011-2019 Ben Kurtovic" __license__ = "MIT License" __version__ = "0.5.1" __email__ = "ben.kurtovic@gmail.com"