Skip to content

Commit

Permalink
version: bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rowan committed Jan 21, 2024
1 parent 3820b40 commit 0958f47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyasic/miners/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def __call__(self, *args, **kwargs):
for enum_value in DataOptions
],
)
print(DataLocations())


class MinerProtocol(Protocol):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0958f47

Please sign in to comment.