Compare commits

...

2 Commits

Author SHA1 Message Date
Upstream Data
77c06dad61 version: bump version number. 2024-03-19 14:24:54 -06:00
Upstream Data
68d250d2f2 bug: fix K pro naming. 2024-03-19 14:24:31 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -135,6 +135,6 @@ class S19ProPlusHydro(AntMinerMake):
class S19KPro(AntMinerMake):
raw_model = "S19 Pro+ Hydro"
raw_model = "S19K Pro"
expected_chips = 77
expected_fans = 4

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyasic"
version = "0.54.6"
version = "0.54.7"
description = "A simplified and standardized interface for Bitcoin ASICs."
authors = ["UpstreamData <brett@upstreamdata.ca>"]
repository = "https://github.com/UpstreamData/pyasic"