We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016bc18 commit a86fceaCopy full SHA for a86fcea
bin/demeuk.py
@@ -175,7 +175,7 @@
175
from unidecode import unidecode
176
177
178
-version = '4.6.1'
+version = '4.6.2'
179
180
# Search from start to finish for the string $HEX[], with block of a-f0-9 with even number
181
# of hex chars. The first match group is repeated.
setup.py
@@ -11,6 +11,7 @@
11
'ftfy',
12
'unidecode',
13
'tqdm',
14
+ 'transliterate'
15
]
16
17
with open('README.md', 'r') as r:
0 commit comments