From 0ad7b552b26a6961153d142509b9fe564abe81d1 Mon Sep 17 00:00:00 2001 From: theonepath Date: Sat, 29 Jul 2023 21:07:39 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e131b14..dd3a29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "clog" -version = "0.1.1" +version = "0.2.0-alpha" description = "Logging as simple as putting on a shoe." readme = "README.md" requires-python = ">=3.7"