From 9c7be43fca640ea66f1e66b034209a2110b25a93 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Sat, 9 Dec 2023 21:07:29 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5521327..ed2f22b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "getargv" -version = "0.5" +version = "0.6" authors = [ { name="Camden Narzt", email="getargv@narzt.cam" }, ]