sync text-generation version to 0.6.0 with pyproject.toml

This commit is contained in:
youdaoyzbx 2023-08-30 16:05:18 +08:00
parent 5485c142e8
commit f6042b4955

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.3.0"
__version__ = "0.6.0"
from text_generation.client import Client, AsyncClient
from text_generation.inference_api import InferenceAPIClient, InferenceAPIAsyncClient