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 f6f397e commit ed5fb46Copy full SHA for ed5fb46
setup.py
@@ -44,7 +44,7 @@ def main():
44
setuptools.setup(
45
name='wcwidth',
46
# NOTE: manually manage __version__ in wcwidth/__init__.py !
47
- version='0.2.13',
+ version='0.2.14',
48
description=(
49
"Measures the displayed width of unicode strings in a terminal"),
50
long_description=codecs.open(
wcwidth/__init__.py
@@ -26,4 +26,4 @@
26
# We also used pkg_resources to load unicode version tables from version.json,
27
# generated by bin/update-tables.py, but some environments are unable to
28
# import pkg_resources for one reason or another, yikes!
29
-__version__ = '0.2.13'
+__version__ = '0.2.14'
0 commit comments