# Copyright (C) 2012 Yahoo! Inc. # # Author: Joshua Harlow # # This file is part of cloud-init. See LICENSE file for license information. __VERSION__ = "0.7.9" def version_string(): return __VERSION__ # vi: ts=4 expandtab