Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos committed Apr 5, 2024
1 parent 1db3305 commit 2afd448
Showing 1 changed file with 2 additions and 2 deletions.
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.1.0"
version = "0.1.1"
description = "Python Jupyter kernel using Pixi for reproducible notebooks"
license = { text = "MIT" }
authors = [
Expand Down Expand Up @@ -44,7 +44,7 @@ Repository = "https://github.com/renan-r-santos/pixi-kernel"

[tool.poetry]
name = "pixi-kernel"
version = "0.1.0"
version = "0.1.1"
authors = ["Renan Rodrigues dos Santos <renan.engmec@gmail.com>"]
description = "Python Jupyter kernel using Pixi for reproducible notebooks"
packages = [{ include = "pixi_kernel", from = "src" }]
Expand Down

0 comments on commit 2afd448

Please sign in to comment.