Skip to content

Commit f112a1b

Browse files
committed
ver 0.15.7.4
miscs
1 parent e0ce401 commit f112a1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

npy/utils/utils_primitive/utils_str.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def rmchars(s: str, cs: list) -> str:
7777

7878

7979
def rmws(s: str) -> str:
80-
return rmchars(s, ['\n', ' ', '\t'])
80+
return rmchars(s, ['\n', ' ', '\t', '\xa0', '\u3000'])
8181

8282

8383
def include_exclude(s: str, includes: list = None, excludes: list = None) -> bool:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(name='nuclear-python',
1212

13-
version='0.15.7.2',
13+
version='0.15.7.4',
1414

1515
url='https://github.com/nuclearboy95/nuclear-python',
1616

0 commit comments

Comments
 (0)