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