chore: bump version to 0.5.42

This commit is contained in:
Mario Zechner 2025-09-19 00:14:23 +02:00
parent 9e86079386
commit 0f7ed33ba5
8 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.5.41",
"version": "0.5.42",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {
@ -34,7 +34,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@mariozechner/pi-agent": "^0.5.41",
"@mariozechner/pi-agent": "^0.5.42",
"chalk": "^5.5.0"
},
"devDependencies": {}