diff --git a/README.md b/README.md index f204fbd..c5ce59e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MomConnect Intent Classifier -Model that classifies the intent of inbound messages. +Model that classifies the intent of inbound messages. It is not intended to be exposed to the outside world, we only have it accisble inside the cluster. ## Development This project uses [poetry](https://python-poetry.org/docs/#installation) for packaging and dependancy management, so install that first. diff --git a/pyproject.toml b/pyproject.toml index 494ca0d..bd30693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mc-intent-classifier" -version = "0.0.1" +version = "0.1.0" description = "" authors = ["Erik Harding "] readme = "README.md"