Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonpradolima committed Dec 18, 2019
1 parent 9a9971f commit 6429b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pip install roses
Examples of configuring and running all the included algorithms are located in the *test* folders [roses folder](roses).

## Features
The current release of **ROSES** (v0.2) contains the following tests:
The current release of **ROSES** (v0.3) contains the following tests:

* Kruskal-Wallis with Post-hoc when necessary (comparing p-value)
* Friedman with Critical Distance plot and Post-hoc when necessary (comparing p-value)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='roses',
version='0.2',
version='0.3',
description='ROSES (R pythOn Statistical tEstS) is a package to use statistical tests from R to Python',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6429b85

Please sign in to comment.