Skip to content

Commit

Permalink
bump version 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sathish Sekar <sksekar@fb.com>
  • Loading branch information
Sathish Sekar committed Jan 15, 2025
1 parent 7e8e625 commit a3f1f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 = "ocptv-pci_lmt"
version = "1.4.0"
version = "1.5.0"
description = "PCI Lane Margining Tool"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -36,7 +36,7 @@ pci_lmt = "pci_lmt_bin.main:main"
# Increment MINOR version when you add functionality in a backward compatible manner
# Increment PATCH version when you make backward compatible bug fixes
[tool.bumpver]
current_version = "1.4.0"
current_version = "1.5.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/pci_lmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
PCI Express Lane Margining Tool
"""

__version__ = "1.4.0"
__version__ = "1.5.0"

0 comments on commit a3f1f55

Please sign in to comment.