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 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"