hossam 0.4__tar.gz → 0.4.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hossam
3
- Version: 0.4
3
+ Version: 0.4.1
4
4
  Summary: Hossam Data Helper
5
5
  Author-email: Lee Kwang-Ho <leekh4232@gmail.com>
6
6
  License-Expression: MIT
@@ -75,10 +75,8 @@ def _init():
75
75
  f"🔖 Version: {__version__}",
76
76
  ]
77
77
 
78
- # MCP/stdio 환경에서는 배너를 출력하지 않음 (stdout TTY일 때만 출력)
79
- if sys.stdout.isatty():
80
- for msg in messages:
81
- print(f"{msg}")
78
+ for msg in messages:
79
+ print(f"{msg}")
82
80
 
83
81
  _init_korean_font()
84
82
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hossam
3
- Version: 0.4
3
+ Version: 0.4.1
4
4
  Summary: Hossam Data Helper
5
5
  Author-email: Lee Kwang-Ho <leekh4232@gmail.com>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hossam"
7
- version = "0.4"
7
+ version = "0.4.1"
8
8
  description = "Hossam Data Helper"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes