From fce515ce51b39e4baf6f5e9c734d303e78fa8db4 Mon Sep 17 00:00:00 2001 From: Raphael Vallat Date: Tue, 25 Jun 2019 13:37:38 -0700 Subject: [PATCH] Switch to 0.2.7 --- docs/changelog.rst | 2 +- pingouin/__init__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c45f9c62..1a73e3d8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,7 +6,7 @@ What's new .. contents:: Table of Contents :depth: 2 -v0.2.7 (July 2019) +v0.2.7 (June 2019) ------------------ **Dependencies** diff --git a/pingouin/__init__.py b/pingouin/__init__.py index df5baf38..7f3aa004 100644 --- a/pingouin/__init__.py +++ b/pingouin/__init__.py @@ -18,4 +18,4 @@ from .pandas import * from .contingency import * -__version__ = "0.2.6" +__version__ = "0.2.7" diff --git a/requirements.txt b/requirements.txt index 9f6ccc17..fa84b211 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 6b560bc2..a30b5eda 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(fname): MAINTAINER_EMAIL = 'raphaelvallat9@gmail.com' 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 = [