Skip to content

Commit

Permalink
Bump labextension to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-jaeger committed Nov 12, 2024
1 parent 95d6fe3 commit 38497f2
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 @@ -43,4 +43,4 @@ dependencies:
- sqlite
- pip:
- grader-service==0.5.1
- grader-labextension==0.6.0-a3
- grader-labextension==0.6.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.6.0-a3",
"version": "0.6.0",
"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.6.0-a3"
current = "0.6.0"

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

0 comments on commit 38497f2

Please sign in to comment.