From 661ace3dadccb54a74464d42990c38ae04ebd931 Mon Sep 17 00:00:00 2001 From: Sean Lee Date: Sun, 7 Apr 2024 10:07:09 +0800 Subject: [PATCH] bumpversion: 0.1.1 -> 0.1.2 --- pyproject.toml | 2 +- src/billm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f43c80d..d8aa920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "BiLLM" -version = "0.1.1" +version = "0.1.2" 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 18102dd..d87d706 100644 --- a/src/billm/__init__.py +++ b/src/billm/__init__.py @@ -4,4 +4,4 @@ from .modeling_mistral import * # NOQA -__version__ = '0.1.1' +__version__ = '0.1.2'