diff --git a/setup.py b/setup.py
index 5561e43c9df66160ec80fc08e5c36e9735d43461..bff0c3e733cae5a9ae84a8f53e0fc6dd3b66b921 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ def setup_package():
     """Setup function"""
 
     name = 'scikit-multimodallearn'
-    version = multiconfusion.__version__
+    version = multimodal.__version__
     description = 'A scikit-learn compatible package for multimodal Classifiers'
     here = os.path.abspath(os.path.dirname(__file__))
     with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme: