diff --git a/TODOS.md b/TODOS.md
index 65acba5..67aa1f5 100644
--- a/TODOS.md
+++ b/TODOS.md
@@ -11,8 +11,8 @@
 - [ ] misc: Decide nomenclature of what is an app, the factory function and a bot?
 - [ ] bug: Fix user-type in default example for toolbot
 - [ ] misc: Add support for embeddings
-- [ ] debug: Add debug_color
-- [ ] debug: Make pygments and colorama optional deps under debug
+- [x] debug: Add debug_color
+- [x] debug: Make pygments and colorama optional deps under debug
 - [x] turbo: Add support for n>1 choices and selection
 - [x] turbo: Remove delay caused by tiktoken get_encoding by hardcoding stuff
 - [x] turbo: Add support for args in addition to kwargs
diff --git a/pyproject.toml b/pyproject.toml
index 19adcab..08b28be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "turbo-chat"
-version = "0.3.6"
+version = "0.3.7"
 description = "Idiomatic way to build chatgpt apps using async generators in python"
 authors = ["Diwank Singh Tomer <singh@diwank.name>"]
 license = "MIT"