We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf72072 commit 4939139Copy full SHA for 4939139
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "rkcu"
7
-version = "1.0.1"
+version = "1.1.0"
8
description = "Royal Kludge Config Utility - Manage profiles and per-key RGB lighting"
9
readme = "readme.md"
10
requires-python = ">=3.7"
rkcu/__init__.py
@@ -7,7 +7,7 @@
Author: Hardik Srivastava [oddlyspaced]
"""
-__version__ = "1.0.1"
+__version__ = "1.1.0"
11
__author__ = "Hardik Srivastava"
12
__maintainer__ = "gagan16k"
13
0 commit comments