Compare commits

..

2 Commits

Author SHA1 Message Date
Upstream Data
1021f200ec version: bump version number 2025-02-05 08:07:35 -07:00
Upstream Data
197d6568e3 bug: fix DG1+ naming 2025-02-05 08:07:14 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -668,7 +668,7 @@ MINER_CLASSES = {
},
MinerTypes.ELPHAPEX: {
None: type("ElphapexUnknown", (ElphapexMiner, ElphapexMake), {}),
"DG1+1": ElphapexDG1Plus,
"DG1+": ElphapexDG1Plus,
},
}

View File

@@ -1,6 +1,6 @@
[project]
name = "pyasic"
version = "0.71.4"
version = "0.71.5"
description = "A simplified and standardized interface for Bitcoin ASICs."
authors = [{name = "UpstreamData", email = "brett@upstreamdata.ca"}]