From 39e841bc542837400321ef7a22b1a40de606d9a1 Mon Sep 17 00:00:00 2001 From: arielBravoEc Date: Sun, 8 Oct 2023 23:42:56 -0500 Subject: [PATCH 1/6] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fbf80b75..a6f4f3ec4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Deployment of Machine Learning Models + Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). + +heres an update from ariel From c42aafc22670e71d7b9676b6d9b2ae49b4b6cc29 Mon Sep 17 00:00:00 2001 From: arielBravoEc Date: Sun, 8 Oct 2023 23:45:49 -0500 Subject: [PATCH 2/6] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6f4f3ec4..c73c7685d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). -heres an update from ariel +heres an update from ariel !! From 4f629ee8b772139d3b6c1d949730cfd1afa31fc8 Mon Sep 17 00:00:00 2001 From: arielBravoEc Date: Mon, 9 Oct 2023 00:04:24 -0500 Subject: [PATCH 3/6] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c73c7685d..2ffd17e93 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). -heres an update from ariel !! +heres an update from ariel !!!! From 48a69dca1a13b7a735c9f958c6baf1a2d7a5129a Mon Sep 17 00:00:00 2001 From: arielBravoEc Date: Mon, 9 Oct 2023 00:11:30 -0500 Subject: [PATCH 4/6] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ffd17e93..8310cb146 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,5 @@ Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). -heres an update from ariel !!!! +heres an update from ariel !!!! V2 +V3 From 71fbd299ecc59b5abcd994e9bfa21ce246f89358 Mon Sep 17 00:00:00 2001 From: arielBravoEc Date: Mon, 9 Oct 2023 15:28:03 -0500 Subject: [PATCH 5/6] bump api version --- section-07-ci-and-publishing/house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/house-prices-api/app/__init__.py b/section-07-ci-and-publishing/house-prices-api/app/__init__.py index 3b93d0be0..b1a19e323 100644 --- a/section-07-ci-and-publishing/house-prices-api/app/__init__.py +++ b/section-07-ci-and-publishing/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.5" From 1cfb04d39560d40553436ce48f44ee93b1dbb139 Mon Sep 17 00:00:00 2001 From: arielBravoEc Date: Mon, 9 Oct 2023 16:41:35 -0500 Subject: [PATCH 6/6] bump api version v2 --- section-07-ci-and-publishing/house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/house-prices-api/app/__init__.py b/section-07-ci-and-publishing/house-prices-api/app/__init__.py index b1a19e323..034f46c34 100644 --- a/section-07-ci-and-publishing/house-prices-api/app/__init__.py +++ b/section-07-ci-and-publishing/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.5" +__version__ = "0.0.6"