From 53c43921c8e087f86c4852c06aedce49fa522854 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 9 Oct 2012 10:53:11 -0700 Subject: [PATCH] Bump version to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 019e556..2e9d53a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def parse_requirements(): setuptools.setup( name='warlock', - version='0.4.0', + version='0.5.0', description='Python object model built on top of JSON schema', author='Brian Waldon', author_email='bcwaldon@gmail.com',