From a9db09735555c208caa0bb4498ef41e1bf55cd67 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Wed, 24 Apr 2024 10:04:13 -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 81159a6c..16d54d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.54.18" +version = "0.54.19" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"