diff --git a/pygittools/pyproject.toml b/pygittools/pyproject.toml
index 3d1c340..537ec27 100644
--- a/pygittools/pyproject.toml
+++ b/pygittools/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "pygittools"
-version = "0.2.0"
+version = "0.2.1"
 description = "Hooks and task storage in Git"
 readme = "README.md"
 license = "MIT"
diff --git a/pygitweb/pyproject.toml b/pygitweb/pyproject.toml
index 7227d96..41273fb 100644
--- a/pygitweb/pyproject.toml
+++ b/pygitweb/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "pygitweb"
-version = "0.2.0"
+version = "0.2.1"
 description = "Gitweb reimplementation with FastAPI and Pygit2"
 readme = "README.md"
 license = "MIT"
