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"