From a871c9235cff8ffdea295dc8a001b50b93c92554 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 13 Dec 2023 19:26:55 +0200 Subject: [PATCH] v0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43532ed..d0a7bb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "africat" -version = "0.1.2" +version = "0.1.4" description = "Categorise articles about Africa according to the AllAfrica_NewsStory dataset, based on categories from AllAfrica::Cats" authors = ["Timothy Allen "] readme = "README.md"