Skip to content

Commit 4f4f4b4

Browse files
author
cezary.maszczyk
committed
bump version to v2.1.24.1
1 parent a61c596 commit 4f4f4b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rulekit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from rulekit._logging import _RuleKitJavaLoggerConfig
1616

1717
__RULEKIT_RELEASE_VERSION__ = "2.1.24"
18-
__VERSION__ = f"{__RULEKIT_RELEASE_VERSION__}.0"
18+
__VERSION__ = f"{__RULEKIT_RELEASE_VERSION__}.1"
1919

2020

2121
class JRE_Type(Enum): # pylint: disable=invalid-name

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="rulekit",
13-
version='2.1.24.0',
13+
version='2.1.24.1',
1414
author="Cezary Maszczyk",
1515
author_email="[email protected]",
1616
description="Comprehensive suite for rule-based learning",

0 commit comments

Comments
 (0)