From 5fe80909d6aa7c2f821b7018bff407f9f6aebe1e Mon Sep 17 00:00:00 2001 From: Peter Reutemann Date: Mon, 22 Dec 2014 21:16:37 +1300 Subject: [PATCH] incremented versions --- CHANGES.rst | 3 +-- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8a643fb..292b156 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.2.0 (????-??-??) +0.2.0 (2014-12-22) ------------------- NB: This release is not backwards compatible! @@ -14,7 +14,6 @@ NB: This release is not backwards compatible! to allow generic access to an object's methods: http://pythonhosted.org//javabridge/highlevel.html#wrapping-java-objects-using-reflection - added convenience methods `class_is_last()` and `class_is_first()` to `weka.core.Instances` class - added convenience methods `delete_last_attribute()` and `delete_first_attribute()` to `weka.core.Instances` class -- ... 0.1.17 (2014-12-18) diff --git a/doc/source/conf.py b/doc/source/conf.py index b11e609..15ec934 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.1.17' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.1.17' +release = '0.2.0' # 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 90f3de0..d2703bb 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def _read(f): "weka": ["lib/*.jar"], }, include_package_data=True, - version="0.1.17", + version="0.2.0", author='Peter "fracpete" Reutemann', author_email='pythonwekawrapper at gmail dot com', install_requires=[