From e5d5cb4dab75e69c00a19bfec7c3a11ecc2ab19d Mon Sep 17 00:00:00 2001 From: upstreamdata Date: Tue, 2 Jul 2024 15:06:03 -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 47937b3d..f90a566d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.57.6" +version = "0.58.0" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"