summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-09-12 12:13:10 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-09-12 12:13:10 -0700
commit2306defc80f56419d07973ceef0a2ed14551f367 (patch)
tree4595004745103b14dd97f8626676e3537a6f4894
parentea62590db48bf26aa3a1dbeeed1dfaf385a4a175 (diff)
downloadzake-2306defc80f56419d07973ceef0a2ed14551f367.tar.gz
Release 0.1.6
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 665f897..c5262b1 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ with open("README.rst", "r") as readme:
setup(
name='zake',
- version='0.1.5',
+ version='0.1.6',
description='A python package that works to provide a nice set of '
'testing utilities for the kazoo library.',
author="Joshua Harlow",