Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moleculekayak committed Dec 20, 2024
1 parent 98b50db commit f035ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then

# Set the git tag
git tag "v$NEW_VERSION"

git add pyproject.toml
git commit -m "Bump version to $NEW_VERSION"
fi
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fertilizer"
version = "0.2.4"
version = "0.3.0"
description = "fertilizer helps your seeds grow"
readme = "README.md"
requires-python = ">=3.11"
Expand Down

0 comments on commit f035ee0

Please sign in to comment.