Skip to content

Commit

Permalink
✨ chore: update version and dependencies
Browse files Browse the repository at this point in the history
🔧 Versioning:
bumped package version to reflect latest changes
updated pyproject.toml with the new version

This commit updates the project version and dependency information.
  • Loading branch information
Arakiss committed Oct 7, 2024
1 parent d3f3e5f commit a7ba2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitmuse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ include = [
]
[tool.poetry]
name = "gitmuse"
version = "0.2.0"
version = "0.3.0"
description = "GitMuse is an AI-powered tool that helps developers craft meaningful and descriptive Git commit messages."
authors = ["Petru Arakiss <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a7ba2de

Please sign in to comment.