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 be32410 commit 875365c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
id: get_version
run: |
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
echo "VERSION=${{ github.event.inputs.version }}" | sed 's/^\///' >> $GITHUB_OUTPUT
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
else
echo "VERSION=${GITHUB_REF#refs/tags}" >> $GITHUB_OUTPUT
echo "VERSION=${GITHUB_REF#refs/tags}" | sed 's/^\///' >> $GITHUB_OUTPUT
fi
- name: Checkout homebrew-tap
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-dev4"
version = "0.1.8-dev5"
description = "The fastest way to build robust AI agents"
authors = [
{ name="Braelyn Boynton", email="[email protected]" }
Expand Down

0 comments on commit 875365c

Please sign in to comment.