summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-03-10 17:43:27 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-03-10 17:43:27 -0700
commit4f7e57969a0a189d7d64890d8f5115b89f900e7d (patch)
tree3b80508a8b86a0e5572a83472654519cda6a821a
parent215620ca51c3c883279ba62ccc860a274219ecc1 (diff)
downloadzake-4f7e57969a0a189d7d64890d8f5115b89f900e7d.tar.gz
Release 0.2.1
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 29a60dc..a495433 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ with open("README.rst", "r") as readme:
setup(
name='zake',
- version='0.2.0',
+ version='0.2.1',
description='A python package that works to provide a nice set of '
'testing utilities for the kazoo library.',
author="Joshua Harlow",