Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Apr 7, 2024
1 parent d260f15 commit 79a5ca8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.0.8 (2024-04-08)
------------------

- using `scikit-learn` instead of deprecated `sklearn` dependency for scikit-learn
(https://github.com/fracpete/sklearn-weka-plugin/pull/10)


0.0.7 (2023-07-07)
------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.7'
version = '0.0.8'
# The full version, including alpha/beta/rc tags.
release = '0.0.7'
release = '0.0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _read(f):
packages=[
"sklweka",
],
version="0.0.7",
version="0.0.8",
author='Peter "fracpete" Reutemann',
author_email='[email protected]',
install_requires=[
Expand Down

0 comments on commit 79a5ca8

Please sign in to comment.