From 3087447cc42ebd23893ae035229806a2c0953dc4 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Sun, 10 Dec 2023 22:02:04 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ef1e90..e71763d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygrep" -version = "0.2" +version = "0.3" description = "Find python identifiers" authors = [{ name = "Axel Hecht", email = "axel@pike.org" }]