Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary.maszczyk committed Feb 15, 2024
2 parents 42e4a59 + c09e0c5 commit 236835a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rulekit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylint: disable=missing-module-docstring
from .main import RuleKit

__VERSION__ = '1.7.4'
__RULEKIT_RELEASE_VERSION__ = '1.7.3'
__VERSION__ = '1.7.5'
__RULEKIT_RELEASE_VERSION__ = '1.7.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="rulekit",
version='1.7.4',
version='1.7.5',
author="Cezary Maszczyk",
author_email="cezary.maszczyk@gmail.com",
description="Comprehensive suite for rule-based learning",
Expand Down

0 comments on commit 236835a

Please sign in to comment.