diff --git a/CHANGES.rst b/CHANGES.rst index 2df4dd5..cad9cfe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.0.7 (????-??-??) +0.0.7 (2023-07-07) ------------------ - `WekaEstimator` (module `sklweka.classifiers`) now has a custom `score` method that diff --git a/doc/source/conf.py b/doc/source/conf.py index dfcc735..c868b57 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,16 +46,16 @@ # General information about the project. project = u'sklearn-weka-plugin' -copyright = u'2021-2022, Peter "fracpete" Reutemann' +copyright = u'2021-2023, Peter "fracpete" Reutemann' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.0.6' +version = '0.0.7' # The full version, including alpha/beta/rc tags. -release = '0.0.6' +release = '0.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 315c753..2674438 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def _read(f): packages=[ "sklweka", ], - version="0.0.6", + version="0.0.7", author='Peter "fracpete" Reutemann', author_email='sklweka@fracpete.org', install_requires=[