Skip to content

Commit

Permalink
fix: missing export & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Dec 24, 2024
1 parent a249a9f commit 944d70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "poktroll-clients"
version = "0.2.0a0.dev0"
version = "0.2.0a0.dev1"
description = "Python bindings for the Pocket Network protocol client library (libpoktroll-clients)"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 2 additions & 0 deletions src/poktroll_clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .depinject import Supply, SupplyMany
from .events_query_client import EventsQueryClient
from .block_client import BlockClient, BlockQueryClient
from .query_client import QueryClient
from .tx_context import TxContext
from .tx_client import TxClient

Expand All @@ -13,6 +14,7 @@
'BlockQueryClient',
'TxContext',
'TxClient',
'QueryClient',
'EventsQueryClient',
'Supply',
'SupplyMany',
Expand Down

0 comments on commit 944d70a

Please sign in to comment.