Skip to content

Commit 193a56f

Browse files
Bump labextension to 0.6.2
1 parent 72ebec7 commit 193a56f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ dependencies:
4343
- sqlite
4444
- pip:
4545
- grader-service==0.5.1
46-
- grader-labextension==0.6.1
46+
- grader-labextension==0.6.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grader-labextension",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Grader Labextension is a JupyterLab extension to enable automatic grading of assignment notebooks.",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test = [
4545
]
4646

4747
[tool.tbump.version]
48-
current = "0.6.1"
48+
current = "0.6.2"
4949

5050
regex = '''
5151
(?P<major>\d+)

0 commit comments

Comments
 (0)