Skip to content

Commit

Permalink
Bump version 0.0.5 -> 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-machine committed Jul 12, 2023
1 parent ace7c9a commit b0d3fc1
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 @@ -7,7 +7,7 @@ select = ["C4", "E", "F","B", "I", "W", "RUF"]

[project]
name = "torchbricks"
version = "0.0.5"
version = "0.0.6"
description = "Decoupled and modular approach to building multi-task ML models"
readme = "README.md"
authors = [{ name = "Peter Hviid Christianse", email = "[email protected]" }]
Expand All @@ -31,7 +31,7 @@ Homepage = "https://github.com/PeteHeine/torchbricks"

# bumpver update --patch | --minor | --major --dry
[tool.bumpver]
current_version = "0.0.5"
current_version = "0.0.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/torchbricks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.5'
__version__ = '0.0.6'

0 comments on commit b0d3fc1

Please sign in to comment.