Skip to content

Commit 8b09845

Browse files
committed
0.3.2
1 parent 2f7fec6 commit 8b09845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cased-kit"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A modular toolkit for LLM-powered codebase understanding."
55
authors = [
66
{ name = "Cased", email = "ted@cased.com" }

src/kit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
__author__ = "cased"
6-
__version__ = "0.3.1"
6+
__version__ = "0.3.2"
77

88
from .code_searcher import CodeSearcher
99
from .context_extractor import ContextExtractor

0 commit comments

Comments
 (0)