From df71ab32821edb730a23cb6796c23117763a3890 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Tue, 24 Dec 2024 08:03:36 -0700 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 7bf1945b..0f9a6250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.67.2" +version = "0.67.3" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"