From 019915d6932b06382ba44ed75023da80ef87d89c Mon Sep 17 00:00:00 2001 From: Hubert <19597269+HKGx@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:37:19 +0100 Subject: [PATCH] Bump patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d56fc08..1009f49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = "MIT" name = "perhaps" readme = "README.md" repository = "https://github.com/HKGx/perhaps" -version = "0.4.1" +version = "0.4.2" [tool.poetry.dependencies] python = "^3.8"