Skip to content

Commit

Permalink
bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Jul 30, 2015
1 parent 914488a commit e9a6969
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.5.0
VERSION=0.6.0


help:
Expand Down
2 changes: 1 addition & 1 deletion leadbutt.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
else:
text_type = unicode

__version__ = '0.5.0'
__version__ = '0.6.0'


# configuration
Expand Down
2 changes: 1 addition & 1 deletion plumbum.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import jinja2


__version__ = '0.5.0'
__version__ = '0.6.0'

# DEFAULT_NAMESPACE = 'ec2' # TODO
DEFAULT_REGION = 'us-east-1'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='https://github.com/crccheck/cloudwatch-to-graphite',
Expand Down

0 comments on commit e9a6969

Please sign in to comment.