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