Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Dec 10, 2023
1 parent 4a2f3fe commit ca80afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mergekit/io/tensor_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def finalize(self):
) as file:
json.dump(
{
"metadata": {"mergekit_version": "0.0.3"},
"metadata": {"mergekit_version": "0.0.3.1"},
"weight_map": self.weight_map,
},
file,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "mergekit"
description = "Tools for merging pre-trained large language models"
readme = "README.md"
license = {text = "LGPL-3.0-or-later"}
version = "0.0.3"
version = "0.0.3.1"
authors = [
{name = "Charles Goddard", email = "[email protected]"},
]
Expand Down

0 comments on commit ca80afe

Please sign in to comment.