Skip to content

Commit

Permalink
[Meta] Version update : v1.2 -> v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Askannz committed Nov 20, 2018
1 parent 9c9ca11 commit 3cb90ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msi_perkeyrgb/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from msi_perkeyrgb.msi_keyboard import MSI_Keyboard, AVAILABLE_MSI_KEYMAPS
from msi_perkeyrgb.hidapi_wrapping import HIDLibraryError, HIDNotFoundError, HIDOpenError

VERSION = "1.2"
VERSION = "1.3"
DEFAULT_ID = "1038:1122"
DEFAULT_MODEL = "GE63" # Default laptop model if nothing specified

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='msi-perkeyrgb',
version='1.2',
version='1.3',
description='Configuration tool for per-key RGB keyboards on MSI laptops.',
long_description=open(
join(dirname(__file__), 'README.md')).read(),
Expand Down

0 comments on commit 3cb90ab

Please sign in to comment.