diff --git a/docs/source/conf.py b/docs/source/conf.py
index 20a51c2afd6c7feecdee2d645eb836876a9c80f8..9d64795979ce6d37480415707bf904606f2d4387 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,7 +25,7 @@ copyright = '2022, Brandon Rodriguez'
 author = 'Brandon Rodriguez'
 
 # The full version, including alpha/beta/rc tags
-release = '0.6.3'
+release = '0.6.4'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst
index 8a360944fd702ab808d77b0ad2af4b4a8281fa7b..89229c051d3400d24e54965b41fa6e59f780cccf 100644
--- a/docs/source/version_history.rst
+++ b/docs/source/version_history.rst
@@ -1,6 +1,12 @@
 Version History
 ***************
 
+0.6.4 - Correction for Rare Bug in Debug Output Context Parsing
+===============================================================
+* Correction for bug in regards to ContextDict/ContextList objects and
+  displaying debug output.
+
+
 
 0.6.3 - Minor Test-Failure Debug Output Customization
 =====================================================
diff --git a/pyproject.toml b/pyproject.toml
index 03fd4bdc44238909f3ef7c8930d9c48f28095b64..850e2b483e0550faf89c068a23944701b59ca9f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta:__legacy__'
 
 [project]
 name = "django-expanded-test-cases"
-version = "0.6.3"
+version = "0.6.4"
 description = "Expands the existing Django TestCase class with extra functionality."
 readme = "readme.md"
 authors = [
diff --git a/setup.cfg b/setup.cfg
index 7c1f17d336def6d62135131b5bd1f13600ae01df..7b6ba5648954acdd99015ebebccfec59766502a6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-expanded-test-cases
-version = 0.6.3
+version = 0.6.4
 description = Expands the existing Django TestCase class with extra functionality.
 long_description = file: readme.md
 url = https://github.com/brodriguez8774/django-expanded-test-cases