Skip to content

Commit 8aa5f7a

Browse files
committed
chore: bump version to 2.1.0
1 parent c17fa3c commit 8aa5f7a

3 files changed

Lines changed: 2 additions & 52 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

codectx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
codectx - AI-powered code context and file summarization tool
33
"""
44

5-
__version__ = "2.0.0"
5+
__version__ = "2.1.0"
66
__author__ = "RMLaroche"
77
__email__ = "rmlaroche@users.noreply.github.com"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codectx"
7-
version = "2.0.0"
7+
version = "2.1.0"
88
description = "AI-powered code context and file summarization tool"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)