From d39d278296fc7b8d6edb5d1c5ed03362a1d73981 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Tue, 10 Dec 2024 10:51:58 -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 66f93344..2063a466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.65.2" +version = "0.65.3" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"