File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
jupyterlab_stata_highlight2 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.1.0 "
1+ __version__ = "0.1.1 "
22
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab_stata_highlight2" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " JupyterLab extension for Stata syntax highlighting similar to the Stata IDE's." ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ classifiers = [
3232 " Programming Language :: Python :: 3.9" ,
3333 " Programming Language :: Python :: 3.10" ,
3434]
35- version = " 0.1.0 "
35+ version = " 0.1.1 "
3636
3737[project .license ]
3838file = " LICENSE"
@@ -88,7 +88,7 @@ file = [
8888]
8989
9090[tool .tbump .version ]
91- current = " 0.1.0 "
91+ current = " 0.1.1 "
9292regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
9393
9494[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments