Skip to content

Commit

Permalink
prepare switch to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Sep 7, 2018
1 parent 18b5b20 commit 2bfa522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Code
----
- Better bootstrapping of confidence intervals (see Matlab `bootci` function)
- Add two-way repeated measures ANOVA
- pingouin.plotting module?
- pingouin.plotting module (e.g. circular, repeated measures corr, covariance)?
- Add more circular stats
2 changes: 1 addition & 1 deletion pingouin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .pairwise import *
from .power import *

__version__ = "0.1.4"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
URL = 'https://raphaelvallat.github.io/pingouin/build/html/index.html'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/raphaelvallat/pingouin/'
VERSION = '0.1.4'
VERSION = '0.1.5'
PACKAGE_DATA = {'pingouin.data.icons': ['*.svg']}

try:
Expand Down

0 comments on commit 2bfa522

Please sign in to comment.