ErisPulse 2.1.11__py3-none-any.whl → 2.1.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
ErisPulse/Core/logger.py CHANGED
@@ -42,7 +42,7 @@ class Logger:
42
42
  show_time=False,
43
43
  show_level=True,
44
44
  show_path=False,
45
- markup=True
45
+ markup=False
46
46
  )
47
47
  self._logger.addHandler(console_handler)
48
48
  self._setup_config()
ErisPulse/__init__.py CHANGED
@@ -10,6 +10,9 @@ ErisPulse SDK 主模块
10
10
  {!--< /tips >!--}
11
11
  """
12
12
 
13
+ __version__ = "2.1.13rc3"
14
+ __author__ = "ErisPulse"
15
+
13
16
  import os
14
17
  import sys
15
18
  import importlib