Skip to content

Commit

Permalink
Bump version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos authored Apr 13, 2024
1 parent 37c350f commit b0e7972
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pixi run lint

1. Bump
1. Increment version in `pyproject.toml` and in `pixi.toml`
2. Update all Pixi lock files
2. Update all Pixi lock files by running `pixi run update-lock`
3. Commit with message "Bump version number to X.Y.Z"
4. Push commit to GitHub
5. Check [CI](https://github.com/renan-r-santos/pixi-kernel/actions/workflows/ci.yml) to ensure
Expand Down
4 changes: 2 additions & 2 deletions pixi.lock

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

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pixi-kernel"
version = "0.2.0"
version = "0.2.1"
description = "Python Jupyter kernel using Pixi for reproducible notebooks"
authors = ["Renan Rodrigues dos Santos <[email protected]>"]
channels = ["conda-forge"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pixi-kernel"
version = "0.2.0"
version = "0.2.1"
description = "Jupyter kernels using Pixi for reproducible notebooks"
license = { text = "MIT" }
authors = [
Expand Down
26 changes: 13 additions & 13 deletions tests/integration/bash_kernel/pixi.lock

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

32 changes: 16 additions & 16 deletions tests/integration/ipykernel/pixi.lock

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

Loading

0 comments on commit b0e7972

Please sign in to comment.