summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-02-10 13:59:32 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-02-10 13:59:32 -0800
commit799a555e58354be993a6bba780ef86c920f3692b (patch)
tree6a8879c7438649cbe059d31952e2b445726a9abb
parentbe3faf905ec4a14473a46c2ed4d0ca5aec4eb3c4 (diff)
downloadzake-799a555e58354be993a6bba780ef86c920f3692b.tar.gz
Release 0.1.7
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c5262b1..fb59042 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ with open("README.rst", "r") as readme:
setup(
name='zake',
- version='0.1.6',
+ version='0.1.7',
description='A python package that works to provide a nice set of '
'testing utilities for the kazoo library.',
author="Joshua Harlow",