File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.1.17 (????-??-?? )
5- -------------------
4+ 0.2.0 (2021-02-21 )
5+ ------------------
66
77- `classes.new_instance ` method can take an options list now as well
88- added `classes.get_enum ` method to return the instance of a Java enum item
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = u'python-weka-wrapper3'
49- copyright = u'2014-2020 , Peter "fracpete" Reutemann'
49+ copyright = u'2014-2021 , Peter "fracpete" Reutemann'
5050
5151# The version info for the project you're documenting, acts as replacement for
5252# |version| and |release|, also used in various other places throughout the
5353# built documents.
5454#
5555# The short X.Y version.
56- version = '0.1.16 '
56+ version = '0.2.0 '
5757# The full version, including alpha/beta/rc tags.
58- release = '0.1.16 '
58+ release = '0.2.0 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 1212# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313
1414# setup.py
15- # Copyright (C) 2014-2020 Fracpete (pythonwekawrapper at gmail dot com)
15+ # Copyright (C) 2014-2021 Fracpete (pythonwekawrapper at gmail dot com)
1616
1717from setuptools import setup
1818
@@ -55,7 +55,7 @@ def _read(f):
5555 "weka" : ["lib/*.jar" ],
5656 },
5757 include_package_data = True ,
58- version = "0.1.16 " ,
58+ version = "0.2.0 " ,
5959 author = 'Peter "fracpete" Reutemann' ,
60606161 install_requires = [
You can’t perform that action at this time.
0 commit comments