bump to next alpha

This commit is contained in:
dexhorthy
2025-06-03 13:37:26 -07:00
parent 619ea0f41b
commit 8ef6c30786
3 changed files with 4 additions and 4 deletions

View File

@@ -313,9 +313,9 @@ release-plan: _release-plan-versions _release-branch-check _staging-env-check
@echo
@echo "7. Next alpha:"
@echo " - Update version in package.json to $(next-alpha-version)"
@echo " - sed -i '' 's/$(current-ts-version)/$(next-alpha-version)/' humanlayer-ts/package.json"
@echo " - sed -i '' 's/$(new-version)/$(next-alpha-version)/' humanlayer-ts/package.json"
@echo " - Update version in pyproject.toml to $(next-alpha-version)"
@echo " - sed -i '' 's/$(current-py-version)/$(next-alpha-version)/' pyproject.toml"
@echo " - sed -i '' 's/$(new-version)/$(next-alpha-version)/' pyproject.toml"
@echo " - git commit -am 'bump to next alpha'"
@echo " - git diff PREVIOUS_TAG | claude -p 'update the changelog' --allowedTools="Edit"
@echo " - git push upstream release-$(new-version)"

View File

@@ -1,6 +1,6 @@
{
"name": "@humanlayer/sdk",
"version": "0.7.9",
"version": "0.7.10-alpha.1",
"private": false,
"description": "typescript client for humanlayer.dev",
"main": "./dist/index.cjs",

View File

@@ -10,7 +10,7 @@ dependencies = [
"aiohttp>=3.11.10,<4.0.0",
]
name = "humanlayer"
version = "0.7.9"
version = "0.7.10-alpha.1"
description = "humanlayer"
readme = "README.md"