diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ece479f..d6b74b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel @@ -60,6 +60,9 @@ jobs: runs-on: macos-10.15 steps: - uses: actions/checkout@v1 + - uses: actions/setup-python@v1 + with: + python-version: 3.9 - name: Install dependencies run: | python3 -m pip install --upgrade pip setuptools wheel diff --git a/CB/__init__.py b/CB/__init__.py index 9c49c49..ce8e969 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -2,7 +2,7 @@ import random from rich.terminal_theme import TerminalTheme -__version__ = '3.16.0' +__version__ = '3.16.1' __license__ = 'GPLv3' __copyright__ = '2019-2020, Paweł Jastrzębski ' __docformat__ = 'restructuredtext en'