From 4a5d793cd65714e25bb40d3a1bbaa184a2b7fa86 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Mon, 2 Dec 2024 15:14: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 23dd22ff..a6d56a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.64.12" +version = "0.64.13" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"