Skip to content

Commit effffd0

Browse files
bozbuildsclaude
andcommitted
chore: bump pyproject to 1.1.0
Aligns pyproject.toml with the v1.1.0 tag (the release commit only touched CHANGELOG.md). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fac5dda commit effffd0

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ __pycache__/
1111
*.egg
1212
*.egg-info/
1313
dist/
14+
dist-archive/
1415
build/
1516
.eggs/
1617
.venv/

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "aingram"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Local-first, privacy-first agent memory — Lite edition (Apache-2.0)"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -58,10 +58,6 @@ dev = [
5858
"langgraph>=0.2",
5959
]
6060

61-
[tool.hatch.build.targets.wheel.force-include]
62-
"aingram/viz/static" = "aingram/viz/static"
63-
64-
6561
[tool.ruff]
6662
target-version = "py311"
6763
line-length = 100

0 commit comments

Comments
 (0)