Skip to content

Commit

Permalink
version in formula
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 12, 2024
1 parent bc7a347 commit fccd435
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 @@ -68,7 +68,7 @@ jobs:
desc "$(gh repo view --json description -q .description)"
homepage "https://github.com/${{ github.repository }}"
url "https://files.pythonhosted.org/packages/source/${PACKAGE_NAME:0:1}/$PACKAGE_NAME/$PACKAGE_NAME-#{version}.tar.gz"
url "https://files.pythonhosted.org/packages/source/${PACKAGE_NAME:0:1}/$PACKAGE_NAME/$PACKAGE_NAME-$VERSION.tar.gz"
sha256 "$SHA256"
depends_on "[email protected]"
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-dev8"
version = "0.1.8-dev9"
description = "The fastest way to build robust AI agents"
authors = [
{ name="Braelyn Boynton", email="[email protected]" }
Expand Down

0 comments on commit fccd435

Please sign in to comment.