Skip to content

Commit

Permalink
Bump version 0.0.4 -> 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-machine committed Jun 12, 2023
1 parent c0857ee commit d7eb140
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 @@ -3,7 +3,7 @@ line-length = 140

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

# bumpver update --patch | --minor | --major --dry
[tool.bumpver]
current_version = "0.0.4"
current_version = "0.0.5"
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.4'
__version__ = '0.0.5'

0 comments on commit d7eb140

Please sign in to comment.