Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Nov 27, 2024
1 parent 58d9f3c commit 0d225ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mc-intent-classifier"
version = "0.0.1"
version = "0.1.0"
description = ""
authors = ["Erik Harding <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0d225ea

Please sign in to comment.