diff --git a/jupyterlab_stata_highlight2/_version.py b/jupyterlab_stata_highlight2/_version.py index f38884b..3a7d4d5 100644 --- a/jupyterlab_stata_highlight2/_version.py +++ b/jupyterlab_stata_highlight2/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/package.json b/package.json index 521e711..60e9b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab_stata_highlight2", - "version": "0.1.0", + "version": "0.1.1", "description": "JupyterLab extension for Stata syntax highlighting similar to the Stata IDE's.", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 5f1ca81..86c4c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", ] -version = "0.1.0" +version = "0.1.1" [project.license] file = "LICENSE" @@ -88,7 +88,7 @@ file = [ ] [tool.tbump.version] -current = "0.1.0" +current = "0.1.1" regex = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)((?Pa|b|rc|.dev)(?P\\d+))?" [tool.tbump.git]