Skip to content

Commit 9b4301e

Browse files
Bump labextension to 0.9.0
1 parent c49e991 commit 9b4301e

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.9.0-a1
46+
- grader-labextension==0.9.0

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.9.0-a1",
3+
"version": "0.9.0",
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
@@ -38,7 +38,7 @@ test = [
3838
]
3939

4040
[tool.tbump.version]
41-
current = "0.9.0-a1"
41+
current = "0.9.0"
4242

4343
regex = '''
4444
(?P<major>\d+)

0 commit comments

Comments
 (0)