Skip to content

Commit

Permalink
Bug fix in pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
zwimer committed Jan 17, 2024
1 parent cb4c628 commit 033c35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- name: Install build
run: pip install build
- name: Build dists
Expand Down
2 changes: 1 addition & 1 deletion rpipe/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations


__version__: str = "5.4.1" # Must be "<major>.<minor>.<patch>", all numbers
__version__: str = "5.4.2" # Must be "<major>.<minor>.<patch>", all numbers


class Version:
Expand Down

0 comments on commit 033c35d

Please sign in to comment.