From 24ab31bf8938758864f7d755cd5c477fd7bffeb3 Mon Sep 17 00:00:00 2001 From: "minecraftchest1@outlook.com" Date: Sun, 26 Jan 2025 18:38:54 -0600 Subject: [PATCH] Set version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6402bb..510369e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dnscode" -version = "1.3.0" +version = "1.3.1" authors = [ { name="Minecraftchest1", email="me@minec1.us" }, ]