diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 05e68e0e..5c82c9f3 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.8.3
+current_version = 0.8.4
 message = Bump version to {new_version}
 commit = True
 tag = True
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f8bc18f5..47bed486 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
 and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
 
-Unreleased
+0.8.4
 ----------
 
 **Added**
diff --git a/docs/conf.py b/docs/conf.py
index 891b6626..2d3f4d2e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,7 +19,7 @@
 project = "compas_cem"
 copyright = "Rafael Pastrana"
 author = "Rafael Pastrana"
-release = "0.8.3"
+release = "0.8.4"
 version = ".".join(release.split(".")[0:2])
 
 master_doc = "index"
diff --git a/setup.py b/setup.py
index b1f9ade8..d81a2cfd 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ def read(*names, **kwargs):
 
 setup(
     name="compas_cem",
-    version="0.8.3",
+    version="0.8.4",
     description="The Combinatorial Equilibrium Modeling framework for COMPAS",
     long_description=long_description,
     long_description_content_type="text/markdown",
diff --git a/src/compas_cem/__init__.py b/src/compas_cem/__init__.py
index ceff73d2..c41ebfc7 100644
--- a/src/compas_cem/__init__.py
+++ b/src/compas_cem/__init__.py
@@ -27,7 +27,7 @@
 __copyright__ = "Copyright 2020 - Princeton University"
 __license__ = "MIT License"
 __email__ = "arpj@princeton.edu"
-__version__ = "0.8.3"
+__version__ = "0.8.4"
 
 
 # Directories