Skip to content

Commit

Permalink
Bump to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clarete committed Mar 31, 2013
1 parent ce8f120 commit 8cd1b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ejson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
from collections import OrderedDict


__version__ = '0.1.1'


__all__ = (
'loads', 'dumps', 'deserialize',
'register_serializer', 'register_deserializer',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name="ejson",
license="GPL",
version='0.1.0',
version='0.1.1',
description=u'Extensible json serializer/deserializer library',
long_description=open('README.md').read(),
author=u'Lincoln de Sousa',
Expand Down

0 comments on commit 8cd1b71

Please sign in to comment.