From 7901a54ab4ecaacb8b9d47edb0438ef568990650 Mon Sep 17 00:00:00 2001 From: boulais01 Date: Fri, 29 Sep 2023 17:04:01 -0500 Subject: [PATCH] fix: update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ece42862..08dfbc7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chasten" -version = "0.1.1" +version = "0.2.0" description = "Chasten checks the AST of a Python program!" authors = ["Gregory M. Kapfhammer "] readme = "README.md"