diff --git a/src/wheke/__about__.py b/src/wheke/__about__.py index 3dc1f76..485f44a 100644 --- a/src/wheke/__about__.py +++ b/src/wheke/__about__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/src/wheke/__init__.py b/src/wheke/__init__.py index 12dec36..b5ff4d1 100644 --- a/src/wheke/__init__.py +++ b/src/wheke/__init__.py @@ -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",