From 7d9cba5d8536565cdd5ca9f973585f24af2375e9 Mon Sep 17 00:00:00 2001 From: Philip Krauss Date: Sun, 3 Mar 2024 13:07:09 +0100 Subject: [PATCH] next version --- pyproject.toml | 2 +- xata/client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 963aca8..3155f1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xata" -version = "1.3.0" +version = "1.3.1" description = "Python SDK for Xata.io" authors = ["Xata "] license = "Apache-2.0" diff --git a/xata/client.py b/xata/client.py index 69fa407..0967bdb 100644 --- a/xata/client.py +++ b/xata/client.py @@ -39,7 +39,7 @@ # TODO this is a manual task, to keep in sync with pyproject.toml # could/should be automated to keep in sync -__version__ = "1.3.0" +__version__ = "1.3.1" PERSONAL_API_KEY_LOCATION = "~/.config/xata/key" DEFAULT_DATA_PLANE_DOMAIN = "xata.sh"