From a1c52aed37d1daecd125f6b0022fca96659e0f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lafage?= Date: Tue, 21 Nov 2023 08:56:37 +0100 Subject: [PATCH] Bump version 2.2.0 (#476) * Bump version 2.2.0 * CI update: remove py3.8, include py3.12 testing * Revert test on py3.12: numba not ready --- .github/workflows/tests_coverage.yml | 2 +- smt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_coverage.yml b/.github/workflows/tests_coverage.yml index 0a254dffc..21e04db1e 100644 --- a/.github/workflows/tests_coverage.yml +++ b/.github/workflows/tests_coverage.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.8'] + python-version: ['3.9'] steps: - uses: actions/checkout@v4 diff --git a/smt/__init__.py b/smt/__init__.py index 9aa3f9036..8a124bf64 100644 --- a/smt/__init__.py +++ b/smt/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.2.0"