From 168d68d0b2a527b3ea7eb444837bb4a65d487f92 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Tue, 13 Aug 2024 09:24:11 -0600 Subject: [PATCH] version: fix bad version number. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ece662ce..bb2be708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.59.32" +version = "0.59.3" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"