From ee83a7988a0c9016e98e1e321854988764862c90 Mon Sep 17 00:00:00 2001 From: Aadish Agrawal Date: Fri, 9 Jun 2023 00:50:14 +0530 Subject: [PATCH 1/5] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fbf80b75..b8a0343b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Deployment of Machine Learning Models Accompanying repo for the online course Deployment of Machine Learning Models. +update For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). From 6904ee2ddd8cd5c8c5154eb4d209ec978f493594 Mon Sep 17 00:00:00 2001 From: Aadish Agrawal Date: Fri, 9 Jun 2023 00:52:22 +0530 Subject: [PATCH 2/5] update readme new --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a0343b5..7320d0c6b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Deployment of Machine Learning Models Accompanying repo for the online course Deployment of Machine Learning Models. -update +update new For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). From bf9a19bc30bec70d795ad85a5a31ae9c1f63d5be Mon Sep 17 00:00:00 2001 From: Aadish Agrawal Date: Fri, 9 Jun 2023 00:54:20 +0530 Subject: [PATCH 3/5] update readme new1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7320d0c6b..447258d45 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Deployment of Machine Learning Models Accompanying repo for the online course Deployment of Machine Learning Models. -update new +update new 1 For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). From faacc0d7e129f72b20369408d33f1612bf8e3325 Mon Sep 17 00:00:00 2001 From: Aadish Agrawal Date: Fri, 9 Jun 2023 01:02:15 +0530 Subject: [PATCH 4/5] update readme new2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 447258d45..1ce85f1af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Deployment of Machine Learning Models Accompanying repo for the online course Deployment of Machine Learning Models. -update new 1 +update new file For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). From 069d2f263b0094eccffc88e913432ab7ead05f1e Mon Sep 17 00:00:00 2001 From: Aadish Agrawal Date: Fri, 9 Jun 2023 01:12:32 +0530 Subject: [PATCH 5/5] 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..27fdca497 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.3"