From d0aeb5a6ce2ff8086e9f4723d408013601f06e0e Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Wed, 7 Aug 2024 11:40:46 -0600 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 fdb90c03..46fb604f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.59.1" +version = "0.59.2" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"