Skip to content

Commit 3f2a6b3

Browse files
Merge pull request #46 from renan-r-santos/update-version
chore: Bump version number to 0.6.1
2 parents eee33bf + 8815938 commit 3f2a6b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixi-kernel",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Jupyter kernels using Pixi for reproducible notebooks.",
55
"keywords": [
66
"kernel",
@@ -94,4 +94,4 @@
9494
"outputDir": "pixi_kernel/labextension",
9595
"schemaDir": "schema"
9696
}
97-
}
97+
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pixi-kernel"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Jupyter kernels using Pixi for reproducible notebooks"
55
license = { text = "MIT" }
66
authors = [
@@ -37,7 +37,7 @@ dependencies = [
3737
"jupyter-client>=7",
3838
"jupyter_server>=2.4.0,<3",
3939
"pydantic>=2,<3",
40-
"returns>=0.23,<0.24", # 0.24 drops Python 3.9 support
40+
"returns>=0.23,<0.24", # 0.24 drops Python 3.9 support
4141
]
4242

4343
[project.urls]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)