Skip to content

Commit 8258320

Browse files
committed
fix a bug with avalonminer imports and bump version number
1 parent a5dc7f4 commit 8258320

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyasic/miners/avalonminer/cgminer/A8X/A821.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from A8X import CGMinerA8X # noqa - Ignore access to _module
15+
from .A8X import CGMinerA8X # noqa - Ignore access to _module
1616
from pyasic.miners._types import Avalon821 # noqa - Ignore access to _module
1717

1818

pyasic/miners/avalonminer/cgminer/A8X/A841.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from A8X import CGMinerA8X # noqa - Ignore access to _module
15+
from .A8X import CGMinerA8X # noqa - Ignore access to _module
1616
from pyasic.miners._types import Avalon841 # noqa - Ignore access to _module
1717

1818

pyasic/miners/avalonminer/cgminer/A8X/A851.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from A8X import CGMinerA8X # noqa - Ignore access to _module
15+
from .A8X import CGMinerA8X # noqa - Ignore access to _module
1616
from pyasic.miners._types import Avalon851 # noqa - Ignore access to _module
1717

1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyasic"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
55
authors = ["UpstreamData <brett@upstreamdata.ca>"]
66
repository = "https://github.com/UpstreamData/pyasic"

0 commit comments

Comments
 (0)