We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17fa3c commit 8aa5f7aCopy full SHA for 8aa5f7a
3 files changed
.github/workflows/tests.yml
codectx/__init__.py
@@ -2,6 +2,6 @@
2
codectx - AI-powered code context and file summarization tool
3
"""
4
5
-__version__ = "2.0.0"
+__version__ = "2.1.0"
6
__author__ = "RMLaroche"
7
__email__ = "rmlaroche@users.noreply.github.com"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "codectx"
-version = "2.0.0"
+version = "2.1.0"
8
description = "AI-powered code context and file summarization tool"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments