From 7a0006f770faa27ae824fd6401c440571715fa21 Mon Sep 17 00:00:00 2001 From: awtkns <32209255+awtkns@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:43:11 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Cleanup=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c1009de..b49c52ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tarsier" -version = "0.3.0" +version = "0.3.1" description = "Vision utilities for web interaction agents" authors = ["Rohan Pandey", "Adam Watkins", "Asim Shrestha"] readme = "README.md"