From 4dedee573fc58e937e64751189ab25a06bafd220 Mon Sep 17 00:00:00 2001 From: George Artavanis Date: Thu, 29 Jun 2023 10:21:19 -0400 Subject: [PATCH] updated version number to v.0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e16af66..c8af5d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycounts_ga6" -version = "0.1.0" +version = "0.2.0" description = "Calculate word counts in a text file!" authors = ["GeorgeA"] license = "MIT"