Skip to content

Commit

Permalink
bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Oct 10, 2024
1 parent a741587 commit 13df49f
Showing 1 changed file with 2 additions and 2 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 = "digitalhub"
version = "0.8.0b1"
version = "0.8.0b2"
description = "Python SDK for Digitalhub"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -76,7 +76,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.8.0b1"
current_version = "0.8.0b2"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down

0 comments on commit 13df49f

Please sign in to comment.