From 3394234e4f27b8a0b7af6718b9d1d5ae1348b9cb Mon Sep 17 00:00:00 2001 From: UpstreamData Date: Thu, 16 Feb 2023 08:58:17 -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 cea6cfa3..73a9b16b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyasic" -version = "0.28.5" +version = "0.28.6" 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"