diff --git a/dict_deserializer/__init__.py b/dict_deserializer/__init__.py index 76bae5dcd8731d6423496b758eab642401636b9c..74ee2b377e26a6d467a6a5d8690c32d57e8af43d 100644 --- a/dict_deserializer/__init__.py +++ b/dict_deserializer/__init__.py @@ -1,7 +1,7 @@ from collections import namedtuple name = 'Dictionary deserializer' -version = '0.0.2' +version = '0.0.3' description = "Dictionary deserializer is a package that aides in the " \ "deserializing of JSON (or other structures) that are " \ "converted to dicts, into composite classes."