Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhconradt committed Sep 14, 2024
1 parent f9dd74d commit f2d6bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codebased/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from codebased.stats import STATS
from codebased.tui import Codebased

VERSION = "0.6.1"
VERSION = "0.6.2"

cli = typer.Typer(
name="Codebased CLI",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codebased"
version = "0.6.1"
version = "0.6.2"
description = "AI-powered code search for the terminal and beyond."
authors = ["Max Conradt <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f2d6bca

Please sign in to comment.