From 61d8139fbdb3820040facd06a8e3e55ac6434af7 Mon Sep 17 00:00:00 2001 From: Brian Greunke Date: Fri, 19 Sep 2025 16:40:40 -0500 Subject: [PATCH] chore: bump patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd8a95f8..90551863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dreadnode" -version = "1.14.0" +version = "1.14.1" description = "Dreadnode SDK" authors = [{ name = "Nick Landers", email = "monoxgas@gmail.com" }] readme = "README.md"