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

Commit f2d6bca

Browse files
committed
Release
1 parent f9dd74d commit f2d6bca

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.6.1"
19+
VERSION = "0.6.2"
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.6.1"
3+
version = "0.6.2"
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)