From 5d723778dc65c0cfcfc0011d4e8825efa818672b Mon Sep 17 00:00:00 2001 From: Yuki Okuda Date: Sat, 4 Nov 2023 14:58:31 +0900 Subject: [PATCH] bump up version to 0.2.8 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7481f90..6db596f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ja-timex" -version = "0.2.7" +version = "0.2.8" description = "Analyze and parse natural language temporal expression from Japanese sentences" authors = ["Yuki Okuda "] license = "MIT" @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Linguistic", ]