From 7365275f46e913518abaf84386eec99f8f617958 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Tue, 24 Sep 2024 12:51:17 -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 75102323..72503c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.60.6" +version = "0.60.7" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"