File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.2
2+ current_version = 0.0.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ENV EUNOMIA_REMOTE_URL=${EUNOMIA_REMOTE_URL}
4848ENV PATH="/usr/local/bin:${PATH}"
4949
5050RUN pip install uv \
51- && uv pip install --system --upgrade archivebox-api>=0.0.2
51+ && uv pip install --system --upgrade archivebox-api>=0.0.3
5252
5353ENTRYPOINT exec archivebox-mcp \
5454 --transport "${TRANSPORT}" \
Original file line number Diff line number Diff line change 2020![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/archivebox-api )
2121![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/archivebox-api )
2222
23- * Version: 0.0.2 *
23+ * Version: 0.0.3 *
2424
2525ArchiveBox API Python Wrapper & Fast MCP Server!
2626
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " archivebox-api"
7- version = " 0.0.2 "
7+ version = " 0.0.3 "
88description = " Pythonic ArchiveBox API Wrapper and Fast MCP Server for Agentic AI use!"
99readme = " README.md"
1010authors = [{
name =
" Audel Rouhi" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments