Skip to content

Commit

Permalink
Bump jupyterCAD (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Jan 12, 2024
1 parent 74646cf commit 9d5186e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jupytercad/jupytercad-freecad",
"version": "1.0.0-a3",
"description": "A JupyterCad extension.",
"description": "A JupyterCAD extension for FreeCAD.",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down Expand Up @@ -53,9 +53,9 @@
"dependencies": {
"@jupyter/collaboration": "^1.0.0",
"@jupyter/docprovider": "^1.0.0",
"@jupytercad/base": "^1.0.0-alpha.3",
"@jupytercad/jupytercad-core": "^1.0.0-alpha.3",
"@jupytercad/schema": "^1.0.0-alpha.3",
"@jupytercad/base": "^1.0.0",
"@jupytercad/jupytercad-core": "^1.0.0",
"@jupytercad/schema": "^1.0.0",
"@jupyterlab/application": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
dependencies = [
"jupyter_ydoc>=1.1.0,<2",
"y-py>=0.6.0,<0.7",
"jupytercad_core>=1.0.0a3,<2",
"jupytercad_core>=1.0.0,<2",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 9d5186e

Please sign in to comment.