Skip to content

Commit

Permalink
Version bump : 1.3 -> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Askannz committed Mar 16, 2019
1 parent 8b27602 commit 77acb0c
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.3"
VERSION = "1.4"
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.3',
version='1.4',
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 77acb0c

Please sign in to comment.