From baea648234aa87e004e8b4ae6aaea5c3f2a6105a Mon Sep 17 00:00:00 2001 From: crccheck Date: Mon, 27 Oct 2014 00:31:04 -0500 Subject: [PATCH] bump version to v0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21e2f52..f79b65a 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.2.0', + version='0.3.0', author='Chris Chang', author_email='c@crccheck.com', url='https://github.com/crccheck/cloudwatch-to-graphite',