diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6d6a49..e10fc1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: steps: - uses: actions/setup-python@v2 with: - python-version: 3.12 + python-version: 3.9 - run: pip3 install wheel - uses: actions/checkout@v2 - run: | @@ -144,7 +144,7 @@ jobs: steps: - uses: actions/setup-python@v2 with: - python-version: 3.12 + python-version: 3.9 - uses: actions/checkout@v2 - name: Install setuptools run: pip3 install setuptools diff --git a/carrot/_version.py b/carrot/_version.py index 70039a4..266f3fd 100644 --- a/carrot/_version.py +++ b/carrot/_version.py @@ -1 +1 @@ -__version__ = '0.6.13' +__version__ = '0.71'