update package version

This commit is contained in:
OlivierDehaene 2023-03-08 10:54:18 +01:00
parent 0d8b30d19a
commit ea634ad693
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "text-generation"
version = "0.1.0"
version = "0.2.0"
description = "Hugging Face Text Generation Python Client"
license = "Apache-2.0"
authors = ["Olivier Dehaene <olivier@huggingface.co>"]

View File

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