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 4d8c3d2 commit ac2f740
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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.2"
__version__ = "0.3.3"

__all__ = ["BitBridgeFacade", "AsyncBitBridgeFacade", "BitBridgeConfig"]
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
dynamic = ["version"]
classifiers = [
"Development Status :: 1 - Planning",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Version Control :: Git",
"Topic :: Utilities",
]

[project.urls]
Homepage = "https://github.com/godd0t/bitbridge"

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit ac2f740

Please sign in to comment.