diff --git a/Makefile b/Makefile index 432f782..08b5756 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.5.0 +VERSION=0.6.0 help: diff --git a/leadbutt.py b/leadbutt.py index 9517999..511f8ee 100644 --- a/leadbutt.py +++ b/leadbutt.py @@ -29,7 +29,7 @@ else: text_type = unicode -__version__ = '0.5.0' +__version__ = '0.6.0' # configuration diff --git a/plumbum.py b/plumbum.py index 815c62b..fb20873 100644 --- a/plumbum.py +++ b/plumbum.py @@ -42,7 +42,7 @@ import jinja2 -__version__ = '0.5.0' +__version__ = '0.6.0' # DEFAULT_NAMESPACE = 'ec2' # TODO DEFAULT_REGION = 'us-east-1' diff --git a/setup.py b/setup.py index 2895817..471ef8e 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.5.0', + version='0.6.0', author='Chris Chang', author_email='c@crccheck.com', url='https://github.com/crccheck/cloudwatch-to-graphite',