Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yskoht committed Feb 27, 2022
1 parent b9556e4 commit 920656c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keymapviz/keymapviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from keymapviz.legends import *


VERSION = 'v1.10.1'
VERSION = 'v1.11.0'

TYPES = {
'ascii': 'ascii_art',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def search_json_files():

setup(
name='keymapviz',
version='1.10.1',
version='1.11.0',
description='keymap.c visualizer',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 920656c

Please sign in to comment.