Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sourty committed Aug 21, 2023
1 parent 57ebb3c commit bf3c644
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion sparsembed/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 0, 4)
VERSION = (0, 0, 5)

__version__ = ".".join(map(str, VERSION))
2 changes: 0 additions & 2 deletions sparsembed/model/sparsembed.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import string

import torch
from transformers import AutoModelForMaskedLM, AutoTokenizer

Expand Down

0 comments on commit bf3c644

Please sign in to comment.