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

Commit 6373e1d

Browse files
committed
Release
1 parent f74e4f0 commit 6373e1d

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
@@ -16,7 +16,7 @@
1616
from codebased.stats import STATS
1717
from codebased.tui import Codebased
1818

19-
VERSION = "0.5.2"
19+
VERSION = "0.6.0"
2020

2121
cli = typer.Typer(
2222
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.2"
3+
version = "0.6.0"
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)