diff --git a/README.md b/README.md index 1aa4b61..a0c595f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ pip install vancouver-watching | | | | --- | --- | -| [time-series](https://kamangir-public.s3.ca-central-1.amazonaws.com/vanwatch-cache-2024-02-28-21-04-19-26236.tar.gz) [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/2024-01-06-20-39-46-73614/2024-01-06-20-39-46-73614-2X.gif?raw=true&random=oj1c8RiGUHLIwzY3)](https://kamangir-public.s3.ca-central-1.amazonaws.com/vanwatch-cache-2024-02-28-21-04-19-26236.tar.gz) | [last build](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true&random=o4EelUjUeNcNwSrk) [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true&random=XoszYKmu1rOP3kWD)](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true&random=o4EelUjUeNcNwSrk) | +| [time-series](https://kamangir-public.s3.ca-central-1.amazonaws.com/vanwatch-cache-2024-02-28-21-04-19-26236.tar.gz) [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/2024-01-06-20-39-46-73614/2024-01-06-20-39-46-73614-2X.gif?raw=true&random=04hhqyflqa9wrcm8)](https://kamangir-public.s3.ca-central-1.amazonaws.com/vanwatch-cache-2024-02-28-21-04-19-26236.tar.gz) | [last build](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true&random=jf5r4kxf5b7lh4ap) [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true&random=cvbmlncc7toklxiz)](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true&random=jf5r4kxf5b7lh4ap) | ```mermaid @@ -37,5 +37,5 @@ graph LR [![pylint](https://github.com/kamangir/vancouver-watching/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/vancouver-watching/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/vancouver-watching/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/vancouver-watching/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/vancouver-watching/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/vancouver-watching/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/vancouver-watching.svg)](https://pypi.org/project/vancouver-watching/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/vancouver-watching)](https://pypistats.org/packages/vancouver-watching) -built by 🌀 [`blue_options-4.175.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌈 [`vancouver_watching-3.489.1`](https://github.com/kamangir/vancouver-watching). +built by 🌀 [`blue_options-4.189.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌈 [`vancouver_watching-3.491.1`](https://github.com/kamangir/vancouver-watching). diff --git a/template.md b/template.md index 3e86e92..4692d37 100644 --- a/template.md +++ b/template.md @@ -12,11 +12,11 @@ pip install vancouver-watching ```mermaid graph LR - discover["vanwatch
discover
target=<target>
<object-name>"] + discover["vanwatch discover target= "] object1["geojson"]:::folder - ingest["vanwatch
ingest
target=<target>
<object-name>"] - detect["vanwatch
detect
gif,publish
<object-name>"] - ingest_detect["vanwatch
ingest
target=<target>
<object-name>
detect,gif,publish"] + ingest["vanwatch ingest target= "] + detect["vanwatch detect gif,publish "] + ingest_detect["vanwatch ingest target= detect,gif,publish"] object2["geojson"]:::folder discover --> object1 diff --git a/vancouver_watching/__init__.py b/vancouver_watching/__init__.py index 553bc76..9964db2 100644 --- a/vancouver_watching/__init__.py +++ b/vancouver_watching/__init__.py @@ -8,7 +8,7 @@ DESCRIPTION = f"{ICON} Vancouver Watching with AI." -VERSION = "3.489.1" +VERSION = "3.491.1" REPO_NAME = "vancouver-watching"