Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
garabik committed Dec 30, 2020
1 parent fd7c90b commit 435d071
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 @@ -8,7 +8,7 @@


setup(name='unicode',
version='2.7',
version='2.8',
scripts=['unicode', 'paracode'],
# entry_points={'console_scripts': [
# 'unicode = unicode:main',
Expand Down
2 changes: 1 addition & 1 deletion unicode
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else: # python2

from optparse import OptionParser

VERSION='2.7'
VERSION='2.8'


# list of terminals that support bidi
Expand Down

0 comments on commit 435d071

Please sign in to comment.