From cbf7eeb08d36c8f78aba79b367497a5d08af3611 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Tue, 26 Nov 2024 08:26:26 -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 c07f6129..4738891d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.64.1" +version = "0.64.2" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"