Compare commits

..

2 Commits

Author SHA1 Message Date
UpstreamData
63023650a9 version: bump version number. 2023-06-01 09:57:21 -06:00
UpstreamData
0025c613f0 bug: fix 2 AA's in AANTMINER. 2023-06-01 09:56:54 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ MINER_CLASSES = {
"BOSMiner+": BOSMinerS19jNoPIC,
"BMMiner": BMMinerS19jNoPIC,
},
"AANTMINER S19PRO+": {
"ANTMINER S19PRO+": {
"Default": BMMinerS19ProPlus,
"BMMiner": BMMinerS19ProPlus,
},

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyasic"
version = "0.33.19"
version = "0.33.20"
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
authors = ["UpstreamData <brett@upstreamdata.ca>"]
repository = "https://github.com/UpstreamData/pyasic"