summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-08-23 21:11:58 -0700
committerJoshua Harlow <harlowja@gmail.com>2014-08-23 21:11:58 -0700
commit751204bd9b644cb0a1bb9fdfe036badfb3c7e320 (patch)
treefd7064aadc22140d350f6799e82119ad00d6ead7
parente6a4182749300a81f1dde9f46eca116e1b3d2b2b (diff)
downloadzake-751204bd9b644cb0a1bb9fdfe036badfb3c7e320.tar.gz
Release 0.1.1
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e22ebe6..91ec0d2 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from setuptools import setup
setup(
name='zake',
- version='0.1',
+ version='0.1.1',
description='A python package that works to provide a nice set of '
'testing utilities for the kazoo library.',
author="Joshua Harlow",