diff --git a/pyproject.toml b/pyproject.toml index 7fb8023..4bbfb9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "BiLLM" -version = "0.1.4" +version = "0.1.5" description = "Tool for converting LLMs from uni-directional to bi-directional for tasks like classification and sentence embeddings." authors = [ {name = "Sean Lee", email = "xmlee97@gmail.com"}, diff --git a/src/billm/__init__.py b/src/billm/__init__.py index b8e1d1e..4889898 100644 --- a/src/billm/__init__.py +++ b/src/billm/__init__.py @@ -6,4 +6,4 @@ from .modeling_openelm import * # NOQA -__version__ = '0.1.4' +__version__ = '0.1.5'