diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a7567..3ed1eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.9](https://github.com/ambianic/fall-detection/compare/v1.0.8...v1.0.9) (2021-10-04) + + +### Bug Fixes + +* prod deployment for main upstream repo only ([3fc569b](https://github.com/ambianic/fall-detection/commit/3fc569b733569188da1f4311c26bf8cb9909c9b7)) + ## [1.0.8](https://github.com/ambianic/fall-detection/compare/v1.0.7...v1.0.8) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index 6a2fc29..4225a0e 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.8 +version = 1.0.9 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.