diff --git a/ipydatagrid/_version.py b/ipydatagrid/_version.py index e7eef18b..e13176df 100644 --- a/ipydatagrid/_version.py +++ b/ipydatagrid/_version.py @@ -1,4 +1,4 @@ # Copyright (c) Bloomberg. # Distributed under the terms of the Modified BSD License. -__version__ = "1.1.15" +__version__ = "1.1.16" diff --git a/package.json b/package.json index bf1f78f2..69723f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipydatagrid", - "version": "1.1.15", + "version": "1.1.16", "description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index b5823c34..cb603d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pandas", "py2vega>=0.5.0", ] -version = "1.1.15" +version = "1.1.16" [project.license] file = "LICENSE.txt" @@ -124,7 +124,7 @@ field = [ ] [tool.tbump.version] -current = "1.1.15" +current = "1.1.16" regex = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)((?Pa|b|rc|.dev)(?P\\d+))?" [tool.tbump.git]