Skip to content

Commit

Permalink
github version
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 12, 2024
1 parent 9a821e1 commit be32410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: get_version
run: |
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
echo "VERSION=${{ github.event.inputs.version }}" | sed 's/^\///' >> $GITHUB_OUTPUT
else
echo "VERSION=${GITHUB_REF#refs/tags}" >> $GITHUB_OUTPUT
fi
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentstack"
version = "0.1.8-dev3"
version = "0.1.8-dev4"
description = "The fastest way to build robust AI agents"
authors = [
{ name="Braelyn Boynton", email="[email protected]" }
Expand Down

0 comments on commit be32410

Please sign in to comment.