From 2039b017eb3f4f5bde50dca9f91c319f1eeaefa7 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 1 Dec 2023 22:46:39 +0200 Subject: [PATCH] v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11b1f09..5951f98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "africat" -version = "0.1.1" +version = "0.1.2" description = "Categorise articles about Africa according to the AllAfrica_NewsStory dataset, based on categories from AllAfrica::Cats" authors = ["Timothy Allen "] readme = "README.md"