From a826f5e57f1df0385ebbc67d4602ca516e1f6134 Mon Sep 17 00:00:00 2001 From: Phil Appleby Date: Wed, 1 May 2024 10:04:59 +0100 Subject: [PATCH] workflow change 4 --- .github/workflows/ci.yml | 4 ++-- carrot/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'