Skip to content

Commit

Permalink
chore: Bump version number to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos committed Jan 18, 2025
1 parent eee33bf commit 8815938
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-kernel",
"version": "0.6.0",
"version": "0.6.1",
"description": "Jupyter kernels using Pixi for reproducible notebooks.",
"keywords": [
"kernel",
Expand Down Expand Up @@ -94,4 +94,4 @@
"outputDir": "pixi_kernel/labextension",
"schemaDir": "schema"
}
}
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pixi-kernel"
version = "0.6.0"
version = "0.6.1"
description = "Jupyter kernels using Pixi for reproducible notebooks"
license = { text = "MIT" }
authors = [
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies = [
"jupyter-client>=7",
"jupyter_server>=2.4.0,<3",
"pydantic>=2,<3",
"returns>=0.23,<0.24", # 0.24 drops Python 3.9 support
"returns>=0.23,<0.24", # 0.24 drops Python 3.9 support
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8815938

Please sign in to comment.