Skip to content

Commit

Permalink
Set version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Leitner committed Feb 17, 2021
1 parent f84e021 commit 1814d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.0"
__version__ = "2.0.1"
__license__ = "GPL-3.0"

import sys
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="razer-cli",
version="2.0.0",
version="2.0.1",
author="Lorenz Leitner",
author_email="[email protected]",
description="Control Razer devices from the command line",
Expand All @@ -15,7 +15,7 @@
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
],
packages=find_packages(),
entry_points={"console_scripts": ["razer-cli=razer_cli.razer_cli.main:main"]},
Expand Down

0 comments on commit 1814d1e

Please sign in to comment.