Skip to content

Commit 25a6f5f

Browse files
Merge pull request #33 from renan-r-santos/bump-version
chore: Bump version number to 0.5.1
2 parents dc55622 + 76b5348 commit 25a6f5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ uv run tox run -e type_check
5757
1. Bump
5858
1. Increment version in `pyproject.toml`
5959
2. Update all Pixi lock files by running `uv sync`
60-
3. Commit with message "Bump version number to X.Y.Z"
60+
3. Commit with message "chore: Bump version number to X.Y.Z"
6161
4. Push commit to GitHub
6262
5. Check [CI](https://github.com/renan-r-santos/pixi-kernel/actions/workflows/ci.yml) to ensure
6363
all tests pass

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pixi-kernel"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Jupyter kernels using Pixi for reproducible notebooks"
55
license = { text = "MIT" }
66
authors = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)