From 79e247c0cf6c585769b0348557a23d906e71a40a Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Fri, 3 May 2024 11:19:50 -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 1e13b3e9..dfd51d92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.55.1" +version = "0.55.2" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"