Skip to content

Commit

Permalink
Switch to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Jun 25, 2019
1 parent aa75c5b commit fce515c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ What's new
.. contents:: Table of Contents
:depth: 2

v0.2.7 (July 2019)
v0.2.7 (June 2019)
------------------

**Dependencies**
Expand Down
2 changes: 1 addition & 1 deletion pingouin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from .pandas import *
from .contingency import *

__version__ = "0.2.6"
__version__ = "0.2.7"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.15
scipy>1.2.0
scipy>=1.2.0
pandas>=0.23
matplotlib>=3.0.2
seaborn>=0.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):
MAINTAINER_EMAIL = '[email protected]'
URL = 'https://pingouin-stats.org/index.html'
DOWNLOAD_URL = 'https://github.com/raphaelvallat/pingouin/'
VERSION = '0.2.6'
VERSION = '0.2.7'
PACKAGE_DATA = {'pingouin.data.icons': ['*.svg']}

INSTALL_REQUIRES = [
Expand Down

0 comments on commit fce515c

Please sign in to comment.