Skip to content

Commit

Permalink
Bump version for pre-release 0.18.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Feb 17, 2023
1 parent 98d8a85 commit 2081a3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
exclude: # TODO: remove this when pip is fixed
- os: Windows
python-version: '3.11'

runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion poethepoet/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2-beta.1"
__version__ = "0.18.2-beta.2"
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 = "poethepoet"
version = "0.18.2-beta.1"
version = "0.18.2-beta.2"
description = "A task runner that works well with poetry."
authors = ["Nat Noordanus <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 2081a3f

Please sign in to comment.