Verified Commit af87dfd4 authored by Rolf van Kleef's avatar Rolf van Kleef
Browse files

Version bump.

parent e2b97bcf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
from collections import namedtuple
from collections import namedtuple


name = 'Dictionary deserializer'
name = 'Dictionary deserializer'
version = '0.0.2'
version = '0.0.3'
description = "Dictionary deserializer is a package that aides in the " \
description = "Dictionary deserializer is a package that aides in the " \
              "deserializing of JSON (or other structures) that are " \
              "deserializing of JSON (or other structures) that are " \
              "converted to dicts, into composite classes."
              "converted to dicts, into composite classes."