* fixing building wheel for x86_64 * fixing behaviors over Meta class in Models with missing attributes
0.0.7
* Added "from_dict" and "from_json" methods to create datamodels from json strings and dictionaries * added a new json encoder, based on orjson * "model()" method export a json version of Model (serialization).