Skip to content

Commit 0d225ea

Browse files
committed
Release v0.1.0
1 parent 58d9f3c commit 0d225ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MomConnect Intent Classifier
22

3-
Model that classifies the intent of inbound messages.
3+
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.
44

55
## Development
66
This project uses [poetry](https://python-poetry.org/docs/#installation) for packaging and dependancy management, so install that first.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mc-intent-classifier"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = ""
55
authors = ["Erik Harding <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)