diff --git a/ipydatagrid/_version.py b/ipydatagrid/_version.py index 3ebf1e6d..5b21127c 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.3.0" +__version__ = "1.3.1" diff --git a/package.json b/package.json index e7efb22c..1714eba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipydatagrid", - "version": "1.3.0", + "version": "1.3.1", "description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index be77634c..af159af4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "ipydatagrid" -version = "1.3.0" +version = "1.3.1" description = "Fast Datagrid widget for the Jupyter Notebook and JupyterLab" readme = "README.md" keywords = [ @@ -119,7 +119,7 @@ field = [ ] [tool.tbump.version] -current = "1.3.0" +current = "1.3.1" regex = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)((?Pa|b|rc|.dev)(?P\\d+))?" [tool.tbump.git]