Skip to content

Commit 8ae1292

Browse files
author
cezary.maszczyk
committed
fix: Issue#17 update to RuleKit java package v1.7.3
1 parent 1344820 commit 8ae1292

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rulekit/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=missing-module-docstring
22
from .main import RuleKit
33

4-
__VERSION__ = '1.7.1'
5-
__RULEKIT_RELEASE_VERSION__ = '1.7.1'
4+
__VERSION__ = '1.7.4'
5+
__RULEKIT_RELEASE_VERSION__ = '1.7.3'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="rulekit",
12-
version='1.7.3',
12+
version='1.7.4',
1313
author="Cezary Maszczyk",
1414
author_email="[email protected]",
1515
description="Comprehensive suite for rule-based learning",

0 commit comments

Comments
 (0)