summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-08-31 19:47:13 -0700
committerJoshua Harlow <harlowja@gmail.com>2014-08-31 19:47:13 -0700
commit9a92e8e8695ebabffa6c2d000e48afc17de3484a (patch)
tree0cb42f275b76e058d8bc11b50f4be33f62c80b63
parentf9137c840adccec86d2fe6affbdde6d827dde2b2 (diff)
downloadzake-9a92e8e8695ebabffa6c2d000e48afc17de3484a.tar.gz
Release 0.1.5
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a3b8eb2..665f897 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ with open("README.rst", "r") as readme:
setup(
name='zake',
- version='0.1.4',
+ version='0.1.5',
description='A python package that works to provide a nice set of '
'testing utilities for the kazoo library.',
author="Joshua Harlow",