From 27031531156941720e86a356be3b3173eef7deb5 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 17 Oct 2023 12:41:01 -0700 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae989a9..d87f641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "microvenv" -version = "2023.3.post1" +version = "2023.4" description = "A minimal re-implementation of Python's venv module plus utilities" keywords = ["virtual environments", "venv"] readme = "README.md"