Skip to content

Commit 64d73da

Browse files
committed
add amperand to list of separator characters (not allowed character in unix systems)
1 parent d6b66b9 commit 64d73da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nama_nama.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
import re
4343

4444

45-
CURRENT_VERSION = '0.1.1'
46-
SEPARATOR_CHARS = re.compile(r'[\+=\-_\.,;:<>\s\']+')
45+
CURRENT_VERSION = '0.1.2'
46+
SEPARATOR_CHARS = re.compile(r'[\+=\-_\.,;:&<>\s\']+')
4747

4848

4949
def main():

0 commit comments

Comments
 (0)