From 1446a626738dc76c5c8d38052333d05c56bcfad4 Mon Sep 17 00:00:00 2001 From: kooyunmo Date: Mon, 19 Feb 2024 13:03:44 +0900 Subject: [PATCH] Update patch version v1.2.4 --- friendli/py.typed | 0 pyproject.toml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 friendli/py.typed diff --git a/friendli/py.typed b/friendli/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index 32db3ce8..30ea7e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [tool.poetry] name = "friendli-client" -version = "1.2.3" +version = "1.2.4" description = "Client of Friendli Suite." license = "Apache-2.0" authors = ["FriendliAI teams "] packages = [ { include = "friendli" }, ] +include = ["friendli/py.typed"] readme = "README.md" homepage = "https://friendli.ai/" repository = "https://github.com/friendliai/friendli-client"