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.
2 parents b3a65b2 + 6582d45 commit 2c9ab7cCopy full SHA for 2c9ab7c
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.7',
+ version='0.2.8',
48
description=(
49
"Measures the displayed width of unicode strings in a terminal"),
50
long_description=codecs.open(
wcwidth/__init__.py
@@ -25,4 +25,4 @@
25
# We also used pkg_resources to load unicode version tables from version.json,
26
# generated by bin/update-tables.py, but some environments are unable to
27
# import pkg_resources for one reason or another, yikes!
28
-__version__ = '0.2.7'
+__version__ = '0.2.8'
0 commit comments