From 4d7a13433b98762e289424467f95118f8390e983 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Wed, 12 Feb 2025 16:08:23 -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 0afa1add..61fbee7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyasic" -version = "0.71.10" +version = "0.71.11" description = "A simplified and standardized interface for Bitcoin ASICs." authors = [{name = "UpstreamData", email = "brett@upstreamdata.ca"}]