diff --git a/setup.cfg b/setup.cfg
index 66f5f14f769b62a41bdf16be53dfe5d6e3a0525f..3c29ea451fa8bbaf845482a5f67dfb034f54b99c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = bayesvalidrox
-version = 0.0.3
+version = 0.0.4
 author = Farid Mohammadi
 author_email = farid.mohammadi@iws.uni-stuttgart.de
 description = An open-source, object-oriented Python package for surrogate-assisted Bayesain Validation of computational models.
diff --git a/src/bayesvalidrox/__init__.py b/src/bayesvalidrox/__init__.py
index 14d9c011d5e276f3f2cd3fc2e78d898df235eb4a..20621c5144fb115aff93bc525979970b51e371ab 100644
--- a/src/bayesvalidrox/__init__.py
+++ b/src/bayesvalidrox/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-__version__ = "0.0.3"
+__version__ = "0.0.4"
 
 from .pylink.pylink import PyLinkForwardModel
 from .surrogate_models.surrogate_models import MetaModel