diff --git a/razer_cli/razer_cli/main.py b/razer_cli/razer_cli/main.py index cb1e2af..c477c3e 100755 --- a/razer_cli/razer_cli/main.py +++ b/razer_cli/razer_cli/main.py @@ -4,7 +4,7 @@ """ __author__ = "Lorenz Leitner" -__version__ = "2.1.0" +__version__ = "2.2.1" __license__ = "GPL-3.0" import sys diff --git a/setup.py b/setup.py index 0834ee4..2be5042 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="razer-cli", - version="2.1.0", + version="2.2.1", author="Lorenz Leitner", author_email="lrnz.ltnr@gmail.com", description="Control Razer devices from the command line",