From 6d34053be1d7a766dbce30ec44632bd8dbdb27c2 Mon Sep 17 00:00:00 2001 From: Huiqiang Jiang Date: Wed, 15 Nov 2023 04:53:08 +0000 Subject: [PATCH] Pre-release(LLMLingua): update the version to 0.1.3 --- llmlingua/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmlingua/version.py b/llmlingua/version.py index 156b192..dfa1829 100644 --- a/llmlingua/version.py +++ b/llmlingua/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On master and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "2" +_PATCH = "3" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""