From 8e854e4df3052b01e43510c1d10a7c8e161d97f7 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 10 Jul 2025 19:33:41 +0300 Subject: [PATCH] 0010 --- common_lib/utils/__init__.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common_lib/utils/__init__.py b/common_lib/utils/__init__.py index 0a112f9..2776740 100644 --- a/common_lib/utils/__init__.py +++ b/common_lib/utils/__init__.py @@ -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"] diff --git a/pyproject.toml b/pyproject.toml index aef32d8..4cb0cc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"