Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed Apr 24, 2024
1 parent ee4a63a commit 35bdf2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
merge-multiple: true

- uses: pypa/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "nodify"
description = "Supercharge your functional application with a powerful node system."
readme = "README.md"
license = {text = "MIT"}
version = "0.0.1"
version = "0.0.2"

dependencies = [
"numpy",
Expand Down

0 comments on commit 35bdf2d

Please sign in to comment.