Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ version = {attr = "keep_gpu.__version__"}
# -----------------------------
# bump-my-version configuration
[tool.bumpversion]
current_version = "0.3.2"
current_version = "0.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

According to Semantic Versioning, a minor version bump (e.g., from 0.3.2 to 0.4.0) implies that new, backward-compatible functionality has been added. This pull request only contains the version number update, without any corresponding feature changes or changelog updates. This can be confusing for users of the library. It's recommended to bundle feature changes and changelog updates with the version bump, or at least to update the pull request description to reference the changes included in this release.

commit = true
tag = true
tag_name = "v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/keep_gpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Siyuan Wang"""
__email__ = "sywang0227@gmail.com"
__version__ = "0.3.2"
__version__ = "0.4.0"