We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e072a commit bc52addCopy full SHA for bc52add
1 file changed
pyproject.toml
@@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "codeconcat"
9
-version = "2.2.1" # Assuming this is your intended version
+version = "2.2.2" # Assuming this is your intended version
10
authors = [
11
- { name="Luis Guilherme", email="lgpelin92@gmail.com" },
+ { name="Luis Guilherme", email="lgpelin92@gmail.com" },
12
]
13
description = "A tool to concatenate folders into a single text file, respecting .gitignore and using optional config."
14
readme = "README.md"
0 commit comments