From 5434944094da632b2470780608020a05544cd32a Mon Sep 17 00:00:00 2001 From: spoorn Date: Mon, 18 Jul 2022 14:51:29 -0700 Subject: [PATCH] Bump to 0.4.0 --- .github/workflows/tests.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1456aad..231ec58 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | diff --git a/pyproject.toml b/pyproject.toml index 47270e8..320021e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"