Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spoorn committed Jul 18, 2022
1 parent e17dd17 commit 5434944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
python-version: ${{ matrix.python-version }}

# Runs a set of commands using the runners shell
# Force updates poetry to the latest prerelease version to catch backwards incompatibility
# Run all twice as mypy needs to install types and be reran
- name: Run a multi-line script
run: |
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.3.1"
version = "0.4.0"
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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5434944

Please sign in to comment.