Skip to content

Commit

Permalink
Add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ankohanse committed Jan 14, 2025
1 parent 88bb50e commit bcc08a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aiodabpumps"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Anko Hanse", email="[email protected]" },
]
Expand Down
4 changes: 3 additions & 1 deletion src/aiodabpumps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
DabPumpsParams,
DabPumpsStatus,
DabPumpsApiAuthError,
DabPumpsApiRightsError,
DabPumpsApiRightsError,
DabPumpsApiDataError,
DabPumpsApiError,
DabPumpsApiHistoryItem,
DabPumpsApiHistoryDetail,
DabPumpsRet,
)

# for unit tests
Expand Down

0 comments on commit bcc08a6

Please sign in to comment.