From 91caa9bc19962d61aa10d15f927a88a0628011f0 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Wed, 1 May 2024 17:38:29 -0700 Subject: [PATCH] Update the version of jupysql-plugin --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a3eb2e51..fb9805271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [metadata] -version_tdi = "2024.04.30" +version_tdi = "2024.05.01" [tool.pytest.ini_options] addopts = "--pdbcls=IPython.terminal.debugger:Pdb" diff --git a/setup.py b/setup.py index 9c9114ee0..804457ef7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "jinja2", "sqlglot>=11.3.7", 'importlib-metadata;python_version<"3.8"', - "jupysql-plugin @ https://github.com/thedataincubator/jupysql-plugin/releases/download/v2024.04.30/jupysql_plugin-2024.04.30-py3-none-any.whl", + "jupysql-plugin @ https://github.com/thedataincubator/jupysql-plugin/releases/download/v2024.04.30/jupysql_plugin-2024.05.01-py3-none-any.whl", "ploomber-core>=0.2.7", ]