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 47998d6 commit 90780cdCopy full SHA for 90780cd
rulekit/__init__.py
@@ -1,5 +1,5 @@
1
# pylint: disable=missing-module-docstring
2
from .main import RuleKit
3
4
-__VERSION__ = '1.7.5'
5
-__RULEKIT_RELEASE_VERSION__ = '1.7.4'
+__VERSION__ = '1.7.6'
+__RULEKIT_RELEASE_VERSION__ = '1.7.5'
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="rulekit",
12
- version='1.7.5',
+ version='1.7.6',
13
author="Cezary Maszczyk",
14
author_email="cezary.maszczyk@gmail.com",
15
description="Comprehensive suite for rule-based learning",
0 commit comments