Skip to content

Commit ed5fb46

Browse files
committed
Set version number for 0.2.14
1 parent f6f397e commit ed5fb46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def main():
4444
setuptools.setup(
4545
name='wcwidth',
4646
# NOTE: manually manage __version__ in wcwidth/__init__.py !
47-
version='0.2.13',
47+
version='0.2.14',
4848
description=(
4949
"Measures the displayed width of unicode strings in a terminal"),
5050
long_description=codecs.open(

wcwidth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
# We also used pkg_resources to load unicode version tables from version.json,
2727
# generated by bin/update-tables.py, but some environments are unable to
2828
# import pkg_resources for one reason or another, yikes!
29-
__version__ = '0.2.13'
29+
__version__ = '0.2.14'

0 commit comments

Comments
 (0)