chore(release): 0.3.0 #5

Merged
pufereq merged 30 commits from release/0.3.0 into main 2025-11-30 17:39:26 +00:00
4 changed files with 99 additions and 19 deletions
Showing only changes of commit b887525cf1 - Show all commits

View File

@@ -1 +1,6 @@
__version__: str = "0.1.0"
from judas_client.client import Client
from judas_client.connector import Connector
__all__ = ["Client", "Connector"]