Skip to content

Commit

Permalink
fix: abandon transaction tests
Browse files Browse the repository at this point in the history
  • Loading branch information
godd0t committed Sep 6, 2023
1 parent ac2f740 commit c5ea0bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bitbridge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from bitbridge.facade import BitBridgeFacade, AsyncBitBridgeFacade
from bitbridge.rpc import BitBridgeConfig

__version__ = "0.3.3"
__version__ = "0.3.4"

__all__ = ["BitBridgeFacade", "AsyncBitBridgeFacade", "BitBridgeConfig"]
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ allow-direct-references = true
[tool.hatch.version]
path = "bitbridge/__init__.py"

[tool.hatch.build]
sources = ["bitbridge"]

[tool.hatch.build.targets.wheel]
sources = ["bitbridge"]

Expand Down

0 comments on commit c5ea0bb

Please sign in to comment.