Skip to content

Commit

Permalink
Bump labextension to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Sep 30, 2024
1 parent 946f5ca commit 808d506
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies:
- git
- pip:
- grader-service==0.3.0
- grader-labextension==0.5.2
- grader-labextension==0.5.3
- traitlets==5.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grader-labextension",
"version": "0.5.2",
"version": "0.5.3",
"description": "Grader Labextension is a JupyterLab extension to enable automatic grading of assignment notebooks.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test = [
]

[tool.tbump.version]
current = "0.5.2"
current = "0.5.3"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 808d506

Please sign in to comment.