From 5212582bc94cd382daa71aa4e50da9808dbdd4ba Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 19 Aug 2024 19:38:40 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71f2ef6..b529fd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "tiktok_research_api_helper" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Bruno Coelho", email="bruno.coelho+c4d@nyu.edu" }, ]