From fb4a28fa5d4929ae2671a47791f5c7264e87498e Mon Sep 17 00:00:00 2001 From: Peter Reutemann Date: Tue, 26 Apr 2022 10:32:47 +1200 Subject: [PATCH] prepared for release --- CHANGES.rst | 2 +- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 84c1ff8..30cd387 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.0.6 (????-??-??) +0.0.6 (2022-04-26) ------------------ - `WekaEstimator` (module `sklweka.classifiers`) and `WekaCluster` (module `sklweka.clusters`) diff --git a/doc/source/conf.py b/doc/source/conf.py index 053622b..dfcc735 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.0.5' +version = '0.0.6' # The full version, including alpha/beta/rc tags. -release = '0.0.5' +release = '0.0.6' # 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 f1a1768..315c753 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def _read(f): packages=[ "sklweka", ], - version="0.0.5", + version="0.0.6", author='Peter "fracpete" Reutemann', author_email='sklweka@fracpete.org', install_requires=[