Skip to content

Commit 4939139

Browse files
committed
Version Up
1 parent cf72072 commit 4939139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rkcu"
7-
version = "1.0.1"
7+
version = "1.1.0"
88
description = "Royal Kludge Config Utility - Manage profiles and per-key RGB lighting"
99
readme = "readme.md"
1010
requires-python = ">=3.7"

rkcu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Author: Hardik Srivastava [oddlyspaced]
88
"""
99

10-
__version__ = "1.0.1"
10+
__version__ = "1.1.0"
1111
__author__ = "Hardik Srivastava"
1212
__maintainer__ = "gagan16k"
1313

0 commit comments

Comments
 (0)