Bump version to 0.7.0

This commit is contained in:
Brian Waldon 2012-11-26 12:26:25 -05:00
parent c265073862
commit e8f0a5ade7
1 changed files with 2 additions and 3 deletions

View File

@ -6,13 +6,12 @@ def parse_requirements():
raw_req = fap.read()
fap.close()
return raw_req.split('\n')
return ['jsonschema']
setuptools.setup(
name='warlock',
version='0.6.0',
description='Python object model built on top of JSON schema',
version='0.7.0',
description='Python object model built on JSON schema and JSON patch.',
author='Brian Waldon',
author_email='bcwaldon@gmail.com',
url='http://github.com/bcwaldon/warlock',