diff --git a/pyproject.toml b/pyproject.toml index f0baa12..6facea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "PeterHviidChristiansen@gmail.com" }] @@ -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 diff --git a/src/torchbricks/__init__.py b/src/torchbricks/__init__.py index eead319..fa9c4ec 100644 --- a/src/torchbricks/__init__.py +++ b/src/torchbricks/__init__.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.0.6'