0010
This commit is contained in:
parent
349c0d9210
commit
8e854e4df3
@ -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"]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user