bump version number
This commit is contained in:
@@ -190,7 +190,7 @@ class MinerData:
|
|||||||
tags = ["ip", "mac", "model", "hostname"]
|
tags = ["ip", "mac", "model", "hostname"]
|
||||||
for attribute in self:
|
for attribute in self:
|
||||||
if attribute in tags:
|
if attribute in tags:
|
||||||
tag_data.append(f"{attribute}={self[attribute]}")
|
tag_data.append(f'{attribute}="{self[attribute]}"')
|
||||||
continue
|
continue
|
||||||
if isinstance(self[attribute], str):
|
if isinstance(self[attribute], str):
|
||||||
field_data.append(f'{attribute}="{self[attribute]}"')
|
field_data.append(f'{attribute}="{self[attribute]}"')
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyasic"
|
name = "pyasic"
|
||||||
version = "0.16.3"
|
version = "0.16.4"
|
||||||
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
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>"]
|
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
||||||
repository = "https://github.com/UpstreamData/pyasic"
|
repository = "https://github.com/UpstreamData/pyasic"
|
||||||
|
|||||||
Reference in New Issue
Block a user