Skip to content

Commit 0abd1af

Browse files
build(deps): bump toml from 0.1.0 to 1.0.0
1 parent 40f7737 commit 0abd1af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build/
55
dist/
66
wheels/
77
*.egg-info
8-
annotator.egg-info/
8+
*.egg-info/
99
build/
1010

1111
# Virtual environments

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 = "annotator-cli"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Annotates source files with their relative paths for easier AI/debug context"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)