summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-08-31 16:15:11 -0700
committerJoshua Harlow <harlowja@gmail.com>2014-08-31 16:15:11 -0700
commit598198b83b30ec343e8002804145aa180654f56b (patch)
tree3178a6978b189fd8d264f72decc0adfb08cc8902
parent0ea5438f532d8285c7bb68da23fc9772c6bf55f0 (diff)
downloadzake-598198b83b30ec343e8002804145aa180654f56b.tar.gz
Release 0.1.4
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 33a4e6f..a3b8eb2 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ with open("README.rst", "r") as readme:
setup(
name='zake',
- version='0.1.3',
+ version='0.1.4',
description='A python package that works to provide a nice set of '
'testing utilities for the kazoo library.',
author="Joshua Harlow",