From 0d225ea1230bc65baed62fd6388419cddadf0620 Mon Sep 17 00:00:00 2001 From: Erik Harding Date: Wed, 27 Nov 2024 09:06:54 +0200 Subject: [PATCH] Release v0.1.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"