version: bump version number.
This commit is contained in:
@@ -104,7 +104,6 @@ DataLocations = make_dataclass(
|
||||
for enum_value in DataOptions
|
||||
],
|
||||
)
|
||||
print(DataLocations())
|
||||
|
||||
|
||||
class MinerProtocol(Protocol):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pyasic"
|
||||
version = "0.48.1"
|
||||
version = "0.48.2"
|
||||
description = "A simplified and standardized interface for Bitcoin ASICs."
|
||||
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
||||
repository = "https://github.com/UpstreamData/pyasic"
|
||||
|
||||
Reference in New Issue
Block a user