diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3c0c20..deb9a11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -150,19 +150,10 @@ jobs: - name: Git LFS Pull run: git lfs pull - - name: Setup Python 3.9 + - name: Setup Python Release uses: actions/setup-python@v2 with: - python-version: 3.9 - - - name: Cache pip - uses: actions/cache@v2 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-py3.9-${{ hashFiles('requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip-py3.9- - ${{ runner.os }}-pip- + python-version: '3.10' - name: Install dependencies env: diff --git a/VERSION b/VERSION index 75c3499..ae624fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -master-v1.1.0 +master-v1.0.1