Skip to content

Commit c43f2e2

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2021-10-04) ### Bug Fixes * pypi upload command ([246e8d1](246e8d1))
1 parent 9a70a46 commit c43f2e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
## [1.0.5](https://github.com/ambianic/fall-detection/compare/v1.0.4...v1.0.5) (2021-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* pypi upload command ([246e8d1](https://github.com/ambianic/fall-detection/commit/246e8d1a35a07c2cb3ad16d8e32952af1e13cd5a))
9+
310
## [1.0.4](https://github.com/ambianic/fall-detection/compare/v1.0.3...v1.0.4) (2021-10-04)
411

512

src/setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = falldetect
3-
version = 1.0.4
3+
version = 1.0.5
44
author = 'Bhavika Kanani, Ivelin Ivanov'
55
66
description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0.
@@ -19,3 +19,4 @@ classifiers =
1919
[options]
2020
packages = find:
2121
python_requires = >=3.7
22+

0 commit comments

Comments
 (0)