summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-07-29 20:13:57 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-07-29 20:15:11 -0700
commit0a6f016295dc7609bf88b1d36458aeab2aeb4014 (patch)
tree42ff23b69f33e254b1cdce257ddf23d7ee8b0dfc /setup.py
parent69aed68984cf4aba359193e143b63c7d54a91414 (diff)
downloadwarlock-0a6f016295dc7609bf88b1d36458aeab2aeb4014.tar.gz
Add 'changes' attribute to models
The 'changes' attribute returns a dictionary representing the state of any top-level properties that have been changed since the object was instantiated. Bump version to v0.4.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e20c6e1..019e556 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def parse_requirements():
setuptools.setup(
name='warlock',
- version='0.3.1',
+ version='0.4.0',
description='Python object model built on top of JSON schema',
author='Brian Waldon',
author_email='bcwaldon@gmail.com',