From 58443a6781d57865bcb1e428771feab853ec1a97 Mon Sep 17 00:00:00 2001 From: Marley Mulvin Broome Date: Wed, 6 Sep 2023 13:08:14 +0900 Subject: [PATCH] Pushed to version 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ba4277..c572af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "JPFreq" -version = "0.3.0" +version = "0.4.0" description = "A Python module which allows for the easy frequency analysis of Japanese text" readme = "README.md" requires-python = ">=3.10"