Skip to content

Commit 29c9bbb

Browse files
committed
prepared for release
1 parent f731018 commit 29c9bbb

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGES.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.2.1 (????-??-??)
4+
0.2.1 (2021-04-12)
55
------------------
66

77
- the `ASEvaluation` class in the `weka.attribute_selection` module now offers the following methods
@@ -13,7 +13,6 @@ Changelog
1313
`ASEvaluation`, `ASSearch`, `Associator`, `Classifier`, `Clusterer`, `TSForecaster`
1414
- methods from `weka.core.serialization` have been moved into `weka.core.classes`, with the
1515
following methods getting the `serialization_` prefix: `write`, `write_all`, `read`, `read_all`
16-
- ...
1716

1817

1918
0.2.0 (2021-02-21)

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '0.2.0'
56+
version = '0.2.1'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.2.0'
58+
release = '0.2.1'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _read(f):
5555
"weka": ["lib/*.jar"],
5656
},
5757
include_package_data=True,
58-
version="0.2.0",
58+
version="0.2.1",
5959
author='Peter "fracpete" Reutemann',
6060
author_email='[email protected]',
6161
install_requires=[

0 commit comments

Comments
 (0)