Skip to content

Commit

Permalink
Merge pull request #84 from jquast/jq/next-release
Browse files Browse the repository at this point in the history
set 0.2.8 version
  • Loading branch information
jquast committed Sep 30, 2023
2 parents b3a65b2 + 6582d45 commit 2c9ab7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main():
setuptools.setup(
name='wcwidth',
# NOTE: manually manage __version__ in wcwidth/__init__.py !
version='0.2.7',
version='0.2.8',
description=(
"Measures the displayed width of unicode strings in a terminal"),
long_description=codecs.open(
Expand Down
2 changes: 1 addition & 1 deletion wcwidth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# We also used pkg_resources to load unicode version tables from version.json,
# generated by bin/update-tables.py, but some environments are unable to
# import pkg_resources for one reason or another, yikes!
__version__ = '0.2.7'
__version__ = '0.2.8'

0 comments on commit 2c9ab7c

Please sign in to comment.