chore: sync text-generation version from 0.3.0 to 0.6.0 with pyproject.toml (#950)

# What does this PR do?

sync the version for text-generation.
This commit is contained in:
王佳欣 2023-09-06 21:20:32 +08:00 committed by GitHub
parent 211e7b7e35
commit 059bb5cf83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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