From 1c0edcc8dbe6e00d8c9e76b5b398ea30fdb6b60e Mon Sep 17 00:00:00 2001 From: Aleksei Zakharov Date: Tue, 24 Sep 2024 10:31:02 +0300 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef3b6db..d2eeb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pydiceroll" -version = "0.4.1" +version = "0.4.2" description = "Python tool for rolling a lot of dice" readme = { file = "README.md", content-type = "text/markdown" } license = { text = "MIT" }