From 71c89056745f93a4bf6fc12a37f6a00951d31a06 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Tue, 4 Feb 2025 16:00:08 -0700 Subject: [PATCH] version: bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9556218..28181907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyasic" -version = "0.71.3" +version = "0.71.4" description = "A simplified and standardized interface for Bitcoin ASICs." authors = [{name = "UpstreamData", email = "brett@upstreamdata.ca"}]