diff --git a/README.md b/README.md index 7fbf80b75..56ab60d71 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). + +... 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" diff --git a/section-07-ci-and-publishing/model-package/tox.ini b/section-07-ci-and-publishing/model-package/tox.ini index d93e00636..d46a0aca8 100644 --- a/section-07-ci-and-publishing/model-package/tox.ini +++ b/section-07-ci-and-publishing/model-package/tox.ini @@ -9,7 +9,8 @@ [tox] min_version = 4 -envlist = test_package, checks +; envlist = test_package, checks +; envlist = test_package skipsdist = True [testenv] @@ -92,4 +93,4 @@ commands = [flake8] exclude = .git,env -max-line-length = 90 \ No newline at end of file +max-line-length = 90 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..81f0fdecc 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.4"