Skip to content

Commit

Permalink
Expose ServiceList
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed May 18, 2024
1 parent 9bc80fd commit 23cecd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wheke/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
3 changes: 2 additions & 1 deletion src/wheke/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from ._core import Wheke
from ._demo import demo_pod
from ._pod import Pod
from ._pod import Pod, ServiceList
from ._service import aget_service, get_service
from ._settings import settings

__all__ = [
"Pod",
"ServiceList",
"Wheke",
"aget_service",
"demo_pod",
Expand Down

0 comments on commit 23cecd0

Please sign in to comment.