Skip to content

Commit 30f565a

Browse files
committed
Merge pull request #21 from michaelrice/development
version bump for release
2 parents 5b78ee4 + 803877a commit 30f565a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ Releases
5252
========
5353
* 0.1 -- Released October 3rd 2014 `download <https://pypi.python.org/pypi/thunderhead/0.1>`_
5454
* 0.2 -- Released October 9th 2014 `download <https://pypi.python.org/pypi/thunderhead/0.2>`_
55+
* 0.4 -- Released October 9th 2014 `download <https://pypi.python.org/pypi/thunderhead/0.4>`_
56+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(fname):
2828

2929
setup(
3030
name='thunderhead',
31-
version='0.2',
31+
version='0.4',
3232
description='Python sdk to interface with vCloud Usage Meter',
3333
long_description=read('README.rst'),
3434
packages=['thunderhead', 'thunderhead.builder', 'thunderhead.parser'],

0 commit comments

Comments
 (0)