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