Skip to content

Commit

Permalink
Set version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LoLei committed Mar 25, 2024
1 parent 9bf2e03 commit bc74ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion razer_cli/razer_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__author__ = "Lorenz Leitner"
__version__ = "2.1.0"
__version__ = "2.2.1"
__license__ = "GPL-3.0"

import sys
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="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",
Expand Down

0 comments on commit bc74ca0

Please sign in to comment.