Skip to content

Commit

Permalink
Set version to 0.2
Browse files Browse the repository at this point in the history
Tensorflow still can't be imported on Windows, but is shown by `pip show`
  • Loading branch information
slashtechno committed Mar 4, 2024
1 parent 030b27b commit 0b224cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wyzely-detect"
version = "0.1.1"
version = "0.2"
description = "Recognize faces/objects in a video stream (from a webcam or a security camera) and send notifications to your devices"
authors = ["slashtechno <77907286+slashtechno@users.noreply.github.com>"]
repository = "https://github.com/slashtechno/wyzely-detect"
Expand Down
1 change: 1 addition & 0 deletions wyzely_detect/utils/cli_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def set_argparse():
"--ntfy-url",
default=os.environ["NTFY_URL"]
if "NTFY_URL" in os.environ and os.environ["NTFY_URL"] != ""
# This is None but there is a default set in notify.py
else None,
type=str,
help="The URL to send notifications to",
Expand Down

0 comments on commit 0b224cc

Please sign in to comment.