diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 746bc60..8bcb1c3 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -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 diff --git a/rpipe/version.py b/rpipe/version.py index f1875e1..ab2b51f 100644 --- a/rpipe/version.py +++ b/rpipe/version.py @@ -1,7 +1,7 @@ from __future__ import annotations -__version__: str = "5.4.1" # Must be "..", all numbers +__version__: str = "5.4.2" # Must be "..", all numbers class Version: