This commit is contained in:
cheykrym 2025-07-10 19:33:41 +03:00
parent 349c0d9210
commit 8e854e4df3
2 changed files with 3 additions and 3 deletions

View File

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

View File

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