* Update the description for the package in setup.py file by MeqdadDev in https://github.com/MeqdadDev/teachable-machine-lite/pull/16
* Update the new package version and add a compatible numpy version by MeqdadDev in https://github.com/MeqdadDev/teachable-machine-lite/pull/17
**Full Changelog**: https://github.com/MeqdadDev/teachable-machine-lite/compare/v1.1-release...v1.2.0.2
v1.1-release
[Teachable Machine Lite for Python](https://pypi.org/project/teachable-machine-lite/) package release, v1.1
Features of this version:
- Extracting the class name, classification time and confidence scores (accuracy) from TFLite model file
- Simplifying the needed commands for classification process
- Adding more detailed results after classification process
- Enhance error messages to be more specific
- Minor refactoring on the source code
- Enhance the performance of classification while using camera frames
- Adding more detailed docstrings for clarity and usage
- Compatibility with old codebases