Release 2.0.2

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Kirill Markin 2026-07-08 06:38:03 +02:00
parent 28b0eaf549
commit d85c93c5bb
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
2 changed files with 166 additions and 202 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "repo-to-text"
version = "2.0.1"
version = "2.0.2"
authors = [
{ name = "Kirill Markin", email = "markinkirill@gmail.com" },
]
@ -48,4 +48,3 @@ dev = [
disable = [
"C0303",
]