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 a61c596 commit 4f4f4b4Copy full SHA for 4f4f4b4
rulekit/main.py
@@ -15,7 +15,7 @@
15
from rulekit._logging import _RuleKitJavaLoggerConfig
16
17
__RULEKIT_RELEASE_VERSION__ = "2.1.24"
18
-__VERSION__ = f"{__RULEKIT_RELEASE_VERSION__}.0"
+__VERSION__ = f"{__RULEKIT_RELEASE_VERSION__}.1"
19
20
21
class JRE_Type(Enum): # pylint: disable=invalid-name
setup.py
@@ -10,7 +10,7 @@
10
11
setuptools.setup(
12
name="rulekit",
13
- version='2.1.24.0',
+ version='2.1.24.1',
14
author="Cezary Maszczyk",
author_email="[email protected]",
description="Comprehensive suite for rule-based learning",
0 commit comments