This commit is contained in:
cheykrym 2025-07-10 19:26:28 +03:00
parent a748cb14d5
commit 349c0d9210
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from .utils import get_datetime
from .utils import ssl_transport
from .ssl_transport import ssl_transport
__all__ = ["get_datetime", "ssl_transport"]

View File

@ -1,6 +1,6 @@
[project]
name = "common-lib"
version = "0.0.8"
version = "0.0.9"
description = "Библиотека общих компонентов для микросервисов yobble"
authors = [{ name = "cheykrym", email = "you@example.com" }]
license = "MIT"