Skip to content

Commit

Permalink
chore: release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Feb 20, 2024
1 parent 7ac26bd commit 194e9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_poetry",
version = "0.3.0",
version = "0.3.1",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.12")
use_repo(python, "python_3_12")

bazel_dep(name = "rules_poetry", version = "0.3.0")
bazel_dep(name = "rules_poetry", version = "0.3.1")

poetry = use_extension("@rules_poetry//python:extensions.bzl", "poetry")
poetry.parse(
Expand Down

0 comments on commit 194e9be

Please sign in to comment.