diff --git a/html/index.html b/html/index.html
index 487610d..12fa225 100644
--- a/html/index.html
+++ b/html/index.html
@@ -27,7 +27,7 @@
Module yasa
from .main import *
from .spectral import *
-__version__ = "0.1.4"
+__version__ = "0.1.5"
diff --git a/setup.py b/setup.py
index 209ae7a..52456cb 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
URL = 'https://github.com/raphaelvallat/yasa/'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/raphaelvallat/yasa/'
-VERSION = '0.1.4'
+VERSION = '0.1.5'
PACKAGE_DATA = {'yasa.data.icons': ['*.svg']}
INSTALL_REQUIRES = [
diff --git a/yasa/__init__.py b/yasa/__init__.py
index 6d2112b..1314def 100644
--- a/yasa/__init__.py
+++ b/yasa/__init__.py
@@ -3,4 +3,4 @@
from .main import *
from .spectral import *
-__version__ = "0.1.4"
+__version__ = "0.1.5"