Skip to content

Commit 59883e0

Browse files
Bump labextension to 0.8.2
1 parent 1f817fb commit 59883e0

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,5 +43,5 @@ dependencies:
4343
- sqlite
4444
- pip:
4545
- grader-service==0.5.1
46-
- grader-labextension==0.8.0
46+
- grader-labextension==0.8.2
4747

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.8.0",
3+
"version": "0.8.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
@@ -40,7 +40,7 @@ test = [
4040
]
4141

4242
[tool.tbump.version]
43-
current = "0.8.0"
43+
current = "0.8.2"
4444

4545
regex = '''
4646
(?P<major>\d+)

0 commit comments

Comments
 (0)