diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f3afbc13..082362d10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,6 +205,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.pyver }} + architecture: ${{ arch }} - name: Install dependencies run: | python -m pip install -U setuptools wheel diff --git a/multidict/__init__.py b/multidict/__init__.py index b64ba1065..a20af24ef 100644 --- a/multidict/__init__.py +++ b/multidict/__init__.py @@ -20,7 +20,7 @@ "getversion", ) -__version__ = "5.0.1" +__version__ = "5.0.2" try: