summaryrefslogtreecommitdiff
path: root/cloudinit/version.py
blob: 92bace1a58dbdab341601770dac68cf5bb93cf03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2012 Yahoo! Inc.
#
# Author: Joshua Harlow <harlowja@yahoo-inc.com>
#
# 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