From f3746ff756c2d8301f8cbba3582f544de86374e8 Mon Sep 17 00:00:00 2001 From: UpstreamData Date: Mon, 20 Nov 2023 11:19:45 -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 7f2197e8..189741c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.40.4" +version = "0.40.5" description = "A simplified and standardized interface for Bitcoin ASICs." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"