Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 8e5a6b0

Browse files
committed
Release
1 parent 72f659d commit 8e5a6b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebased/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from codebased.stats import STATS
1616
from codebased.tui import Codebased
1717

18-
VERSION = "0.5.0"
18+
VERSION = "0.5.1"
1919

2020
cli = typer.Typer(
2121
name="Codebased CLI",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codebased"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "AI-powered code search for the terminal and beyond."
55
authors = ["Max Conradt <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)