From 39a5e828124b79953634eb18a0072a847624ac46 Mon Sep 17 00:00:00 2001 From: bagpiper23 Date: Mon, 28 Aug 2023 16:17:37 +0300 Subject: [PATCH 1/2] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fbf80b75..b15652229 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,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). + +An update. \ No newline at end of file From 99b0d663efc7d645f7c477c6db8dd7e4d850b0e9 Mon Sep 17 00:00:00 2001 From: bagpiper23 Date: Mon, 28 Aug 2023 19:45:04 +0300 Subject: [PATCH 2/2] bump api version to 0.0.6 --- .../house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-08-deploying-with-containers/house-prices-api/app/__init__.py b/section-08-deploying-with-containers/house-prices-api/app/__init__.py index 3b93d0be0..034f46c34 100644 --- a/section-08-deploying-with-containers/house-prices-api/app/__init__.py +++ b/section-08-deploying-with-containers/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.6"