Skip to content

Commit cb79bb5

Browse files
committed
Bump version 0.1.1
1 parent b5ea963 commit cb79bb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

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.0",
3+
"version": "0.1.1",
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.0"
35+
version = "0.1.1"
3636

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

9090
[tool.tbump.version]
91-
current = "0.1.0"
91+
current = "0.1.1"
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)