Skip to content

Commit 7244641

Browse files
author
Robyn Speer
committed
fix version in setup.py
1 parent 30d7dd9 commit 7244641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook/ftfy talk.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"source": [
5454
"## Mojibake is when text ends up with the wrong Unicode characters due to an encoding mistake.\n",
5555
"\n",
56-
"- It's Japanese for \"ghost characters\"\n",
56+
"- It's Japanese for \"ghost characters\" or \"transformed characters\"\n",
5757
"- ftfy is my Python library that fixes them. (get it with `pip install ftfy`)"
5858
]
5959
},

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="ftfy",
24-
version='6.0.2',
24+
version='6.0.3',
2525
maintainer='Robyn Speer',
2626
maintainer_email='[email protected]',
2727
license="MIT",

0 commit comments

Comments
 (0)