From 7b851534675c551c19b37c1d5d9136e300023a04 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Thu, 31 Oct 2024 17:19:40 -0400 Subject: [PATCH] built and released 0.7.10 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1941d30d..cf8843ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buckaroo", - "version": "0.7.9", + "version": "0.7.10", "description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 6c1c80d7..88d6dbe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "graphlib_backport>=1.0.0", "packaging>=18" ] -version = "0.7.9" +version = "0.7.10" [project.license] file = "LICENSE.txt"