diff --git a/Makefile b/Makefile index 08b5756..ac82af9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.6.0 +VERSION=0.7.0 help: diff --git a/leadbutt.py b/leadbutt.py index 511f8ee..1ccf8b4 100644 --- a/leadbutt.py +++ b/leadbutt.py @@ -29,7 +29,7 @@ else: text_type = unicode -__version__ = '0.6.0' +__version__ = '0.7.0' # configuration diff --git a/plumbum.py b/plumbum.py index db60490..8fc445d 100644 --- a/plumbum.py +++ b/plumbum.py @@ -43,7 +43,7 @@ import jinja2 import os.path -__version__ = '0.6.0' +__version__ = '0.7.0' # DEFAULT_NAMESPACE = 'ec2' # TODO DEFAULT_REGION = 'us-east-1' diff --git a/setup.py b/setup.py index 471ef8e..1ced442 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='cloudwatch-to-graphite', description='Helper for pushing AWS CloudWatch metrics to Graphite', - version='0.6.0', + version='0.7.0', author='Chris Chang', author_email='c@crccheck.com', url='https://github.com/crccheck/cloudwatch-to-graphite',