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