Skip to content

Commit 41ff7f1

Browse files
author
cezary.maszczyk
committed
build: Use latest RuleKit jar file v1.7.4
1 parent 4132386 commit 41ff7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rulekit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .main import RuleKit
33

44
__VERSION__ = '1.7.4'
5-
__RULEKIT_RELEASE_VERSION__ = '1.7.3'
5+
__RULEKIT_RELEASE_VERSION__ = '1.7.4'

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.4',
12+
version='1.7.5',
1313
author="Cezary Maszczyk",
1414
author_email="[email protected]",
1515
description="Comprehensive suite for rule-based learning",

0 commit comments

Comments
 (0)