Skip to content

Commit

Permalink
bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Nov 17, 2014
1 parent 85565dc commit 61ce3ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ test:
# 1. bump version number
# 2. `git commit "bump version to v<version>"`
# 3. `git tag v<version>`
# 4. `make build`
# 4. `make release`
#
# If this doesn't work, make sure you have wheels installed:
# pip install wheel
.PHONY: build
build:
release:
python setup.py sdist bdist_wheel upload


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.3.0',
version='0.4.0',
author='Chris Chang',
author_email='[email protected]',
url='https://github.com/crccheck/cloudwatch-to-graphite',
Expand All @@ -24,7 +24,7 @@
license='Apache License, Version 2.0',
long_description=open('README.rst').read(),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 61ce3ff

Please sign in to comment.