From 6f15602ab1722a68ebf327edec94ffc83d2f6eab Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 19 Dec 2023 18:21:26 -0800 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca25e20..2bf6e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "microvenv" -version = "2023.5" +version = "2023.5.post1" description = "A minimal re-implementation of Python's venv module plus utilities" keywords = ["virtual environments", "venv"] readme = "README.md"