diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 57075f9ae..ac9915b93 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -24,7 +24,7 @@ jobs: - name: Install Python uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: "3.10" # https://docs.github.com/en/actions/guides/building-and-testing-python#caching-dependencies # ^-- How to set up caching for pip on Ubuntu - name: Cache pip diff --git a/setup.py b/setup.py index 53e57bfaf..d93cdc298 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.90.0rc1' +__version__ = '0.90.0rc2' setup(