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

Bump version to 0.0.5

parent 42e275a9
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.4'
version = '0.0.5'
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."