Skip to content

Commit

Permalink
chore: bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nps1ngh committed May 30, 2023
1 parent 0f6389e commit 10a56ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bcos/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# just for awesome version comparison, it's a dependency anyway
from torch.torch_version import TorchVersion

__version__ = TorchVersion("0.0.4")
__version__ = TorchVersion("0.1.0")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{name = "Moritz Böhle", email = "mboehle@mpi-inf.mpg.de"},
{name = "Navdeeppal Singh", email = "npsingh0181@gmail.com"},
]
version = "0.0.4"
version = "0.1.0"
description = "B-cos models."
readme = "README.md"
license = {text = "Apache License 2.0"}
Expand Down

0 comments on commit 10a56ba

Please # to comment.