diff --git a/pyproject.toml b/pyproject.toml index 7b6efdc..551972f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "turbopuffer" -version = "0.1.23" +version = "0.1.24" description = "Python Client for accessing the turbopuffer API" authors = ["turbopuffer Inc. "] homepage = "https://turbopuffer.com" diff --git a/turbopuffer/version.py b/turbopuffer/version.py index 6f1ee1b..df95409 100644 --- a/turbopuffer/version.py +++ b/turbopuffer/version.py @@ -1 +1 @@ -VERSION = '0.1.23' +VERSION = '0.1.24'