diff --git a/docs/changelog.rst b/docs/changelog.rst
index f42ca6a1..6de4986c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,7 +3,7 @@
What's new
##########
-v0.3.11 (unreleased)
+v0.3.11 (April 2021)
--------------------
**Bugfixes**
diff --git a/notebooks/04_Correlations.ipynb b/notebooks/04_Correlations.ipynb
index 3f5eaaef..d7f8dc1d 100644
--- a/notebooks/04_Correlations.ipynb
+++ b/notebooks/04_Correlations.ipynb
@@ -852,13 +852,13 @@
"
shepherd | \n",
" two-sided | \n",
" 500 | \n",
- " 16.0 | \n",
- " -0.319 | \n",
+ " 15.0 | \n",
+ " -0.32 | \n",
" [-0.4, -0.24] | \n",
" 0.102 | \n",
- " 0.098 | \n",
- " -0.33 | \n",
- " 6.791e-13 | \n",
+ " 0.099 | \n",
+ " -0.332 | \n",
+ " 5.190e-13 | \n",
" 1.0 | \n",
" \n",
" \n",
@@ -866,11 +866,11 @@
""
],
"text/plain": [
- " X Y method tail n outliers r \\\n",
- "0 Neuroticism Extraversion shepherd two-sided 500 16.0 -0.319 \n",
+ " X Y method tail n outliers r \\\n",
+ "0 Neuroticism Extraversion shepherd two-sided 500 15.0 -0.32 \n",
"\n",
- " CI95% r2 adj_r2 z p-unc power \n",
- "0 [-0.4, -0.24] 0.102 0.098 -0.33 6.791e-13 1.0 "
+ " CI95% r2 adj_r2 z p-unc power \n",
+ "0 [-0.4, -0.24] 0.102 0.099 -0.332 5.190e-13 1.0 "
]
},
"execution_count": 8,
diff --git a/pingouin/__init__.py b/pingouin/__init__.py
index 67015fac..c95a516b 100644
--- a/pingouin/__init__.py
+++ b/pingouin/__init__.py
@@ -20,7 +20,7 @@
from .config import *
# Current version
-__version__ = "0.3.10"
+__version__ = "0.3.11"
# Warn if a newer version of Pingouin is available
from outdated import warn_if_outdated
diff --git a/setup.py b/setup.py
index 30d4d99c..8732945b 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.3.10'
+VERSION = '0.3.11'
PACKAGE_DATA = {'pingouin.data.icons': ['*.svg']}
INSTALL_REQUIRES = [