From 162784e7aaba1fd39e14a555f93299d6bc0505f5 Mon Sep 17 00:00:00 2001 From: solidiquis Date: Mon, 24 Jun 2024 17:50:56 -0700 Subject: [PATCH] python(chore): package rename --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 1ed75b3f..624bb7b1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "sift_py" +name = "sift_stack_py" version = "0.1.0-rc.1" description = "Python client library for the Sift API" requires-python = ">=3.9"