diff --git a/README.md b/README.md
index daec0da..9e23d0e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
Albero v0.1.0
+Albero v0.2.0
A tool that makes it much easier to use Tree Sitter for your code editors
diff --git a/docs/source/conf.py b/docs/source/conf.py
index f536aaa..8af9e2d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -14,7 +14,7 @@
project = "Albero"
copyright = "2024, Moosems"
author = "Moosems"
-release = "v0.1.0"
+release = "v0.2.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/setup.py b/setup.py
index 7ee7904..3793574 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
setup(
name="albero",
- version="0.1.0",
+ version="0.2.0",
description="Albero is a tool that makes it much easier to use Tree Sitter for your code editors",
author="Moosems",
author_email="moosems.j@gmail.com",