Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
incremented versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Dec 22, 2014
1 parent d329cc8 commit 5fe8090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.2.0 (????-??-??)
0.2.0 (2014-12-22)
-------------------

NB: This release is not backwards compatible!
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 5fe8090

Please sign in to comment.