Compare commits

...

2 Commits

Author SHA1 Message Date
Upstream Data
3ab9294000 version: bump version number 2024-12-02 15:12:19 -07:00
Upstream Data
5e0641634b bug: fix MRO for hiveon 2024-12-02 15:11:59 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ HIVEON_DATA_LOC = DataLocations(
)
class Hiveon(BMMiner, HiveonFirmware):
class Hiveon(HiveonFirmware, BMMiner):
data_locations = HIVEON_DATA_LOC
async def _get_wattage(self, rpc_stats: dict = None) -> Optional[int]:

View File

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