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 1344820 commit 8ae1292Copy full SHA for 8ae1292
rulekit/__init__.py
@@ -1,5 +1,5 @@
1
# pylint: disable=missing-module-docstring
2
from .main import RuleKit
3
4
-__VERSION__ = '1.7.1'
5
-__RULEKIT_RELEASE_VERSION__ = '1.7.1'
+__VERSION__ = '1.7.4'
+__RULEKIT_RELEASE_VERSION__ = '1.7.3'
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="rulekit",
12
- version='1.7.3',
+ version='1.7.4',
13
author="Cezary Maszczyk",
14
author_email="[email protected]",
15
description="Comprehensive suite for rule-based learning",
0 commit comments