diff --git a/CHANGELOG.md b/CHANGELOG.md index f3854f0..d4a7567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.8](https://github.com/ambianic/fall-detection/compare/v1.0.7...v1.0.8) (2021-10-04) + + +### Bug Fixes + +* formatting for pypi ([24ced87](https://github.com/ambianic/fall-detection/commit/24ced8763170b4e7e800c12c5169ad0842f431a8)) + ## [1.0.7](https://github.com/ambianic/fall-detection/compare/v1.0.6...v1.0.7) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index a99e18f..6a2fc29 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.7 +version = 1.0.8 author = Bhavika Kanani, Ivelin Ivanov author_email = bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0.