From ed116119191bd0aad91461dc1729069105019926 Mon Sep 17 00:00:00 2001 From: Colin Crossman Date: Sat, 11 Nov 2023 13:59:14 -0700 Subject: [PATCH] Bump version number Note: some issues with HTTPX may be resolved by using 1.0.0b, but I did not bump the requirement at this time to the beta. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00c6dc3b..d31a3b5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.40.1" +version = "0.40.2" description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH." authors = ["UpstreamData "] repository = "https://github.com/UpstreamData/pyasic"