Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Oct 14, 2014
1 parent bcd6dd1 commit 30d5746
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ test:
python test_leadbutt.py


# Release Instructions:
#
# 1. bump version number
# 2. `git commit "bump version to v<version>"`
# 3. `git tag v<version>`
# 4. `make build`
#
# If this doesn't work, make sure you have wheels installed:
# pip install wheel
.PHONY: build
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0',
version='0.2.0',
author='Chris Chang',
author_email='[email protected]',
url='https://github.com/crccheck/cloudwatch-to-graphite',
Expand All @@ -22,7 +22,7 @@
license='Apache License, Version 2.0',
long_description=open('README.rst').read(),
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 30d5746

Please sign in to comment.