Skip to content

Commit e7bf32f

Browse files
committed
Bump version 0.1.2 (Address #5)
1 parent 8002c4e commit e7bf32f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_stata_highlight2",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "JupyterLab extension for Stata syntax highlighting similar to the Stata IDE's.",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.9",
3333
"Programming Language :: Python :: 3.10",
3434
]
35-
version = "0.1.1"
35+
version = "0.1.2"
3636

3737
[project.license]
3838
file = "LICENSE"
@@ -88,7 +88,7 @@ file = [
8888
]
8989

9090
[tool.tbump.version]
91-
current = "0.1.1"
91+
current = "0.1.2"
9292
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9393

9494
[tool.tbump.git]

0 commit comments

Comments
 (0)