From b7a81097a45562f3da520e02e901e0d5b77ccaf2 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Tue, 30 Apr 2024 15:50:37 -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 d0fadd75..27e9d42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.54.20" +version = "0.55.0" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"