Skip to content

Commit

Permalink
Bump version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugetim committed Jan 25, 2023
1 parent b5ea963 commit cb79bb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_stata_highlight2/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -88,7 +88,7 @@ file = [
]

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

[tool.tbump.git]
Expand Down

0 comments on commit cb79bb5

Please sign in to comment.