Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/danielfromearth/batchee
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
danielfromearth committed Nov 19, 2024
2 parents c776f47 + 4958fd7 commit cefaa23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Get version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Bump minor version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Set up Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}

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 = "batchee"
version = "1.3.0a11"
version = "1.4.0a0"
description = "Determine how to group together input files into batches for subsequent concatenation"
authors = ["Daniel Kaufman <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cefaa23

Please sign in to comment.