From 76d980159c1c67918e7c427a1859262759efc384 Mon Sep 17 00:00:00 2001 From: Thilina Rajapakse Date: Mon, 7 Aug 2023 15:20:22 +0200 Subject: [PATCH] bump version 3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e52d007f..f35ab13f 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="simpletransformers", - version="0.64.2", + version="0.64.3", author="Thilina Rajapakse", author_email="chaturangarajapakshe@gmail.com", description="An easy-to-use wrapper library for the Transformers library.",