Skip to content

Commit

Permalink
Bump to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
spoorn committed Oct 31, 2023
1 parent fcf3067 commit bd15234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# poeblix
Poetry Plugin that adds various features that extend the `poetry` command such as building wheel files with locked dependencies, and validations of wheel/docker containers.

Supports poetry versions `1.2+`
Supports poetry versions `1.2+` (Note: if you are not using the latest version of poetry, you will need to check the Releases page to see which version of poeblix supports your version of poetry)

# Overview
These contain custom poetry plugins that enable functionality not available in the official distribution of poetry. These include:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poeblix"
version = "0.9"
version = "0.10"
description = "Poetry plugin that adds support for building wheel files using the poetry.lock file, and data_files just like in setup.py"
authors = ["spoorn <spookump@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit bd15234

Please sign in to comment.