diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2696ae8..97d4319 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
CHANGELOG.md
+
+
+## [4.4.5](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.4...4.4.5)
+* Revert: Format tracebacks with cause
+
## [4.4.4](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.3...4.4.4)
* Format tracebacks with cause
diff --git a/VERSION b/VERSION
index cbe06cd..fa1ba04 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.4.4
+4.4.5
diff --git a/lightstep/version.py b/lightstep/version.py
index 3d89c4a..14af0cf 100644
--- a/lightstep/version.py
+++ b/lightstep/version.py
@@ -1 +1 @@
-LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.4"
+LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.5"
diff --git a/setup.py b/setup.py
index dbadf6f..9031bb4 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
setup(
name='lightstep',
- version='4.4.4',
+ version='4.4.5',
description='LightStep Python OpenTracing Implementation',
long_description='',
author='LightStep',