Skip to content

Commit 2c9ab7c

Browse files
authored
Merge pull request #84 from jquast/jq/next-release
set 0.2.8 version
2 parents b3a65b2 + 6582d45 commit 2c9ab7c

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.7',
47+
version='0.2.8',
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
@@ -25,4 +25,4 @@
2525
# We also used pkg_resources to load unicode version tables from version.json,
2626
# generated by bin/update-tables.py, but some environments are unable to
2727
# import pkg_resources for one reason or another, yikes!
28-
__version__ = '0.2.7'
28+
__version__ = '0.2.8'

0 commit comments

Comments
 (0)