diff --git a/Makefile b/Makefile index 02f6439..6ae4660 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.1 +VERSION=0.9.2 help: ## Shows this help diff --git a/setup.py b/setup.py index df16add..71bc090 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.9.1', + version='0.9.2', author='Chris Chang', author_email='c@crccheck.com', url='https://github.com/crccheck/cloudwatch-to-graphite',