Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dakoop committed Jun 4, 2024
1 parent 6db90c2 commit 68f9a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfnotebook/top",
"version": "0.4.0-a1",
"version": "0.4.0-a2",
"private": true,
"description": "A JupyterLab extension for running dataflow notebooks",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
'dfkernel >= 4.0.0a1',
'dfkernel >= 4.0.0a2',
'jupyterlab >= 4.2'
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
Expand Down

0 comments on commit 68f9a55

Please sign in to comment.