From 6cf405c77455840395a342549e58cbe8aed0b151 Mon Sep 17 00:00:00 2001 From: Gavin Burnell Date: Thu, 22 Dec 2022 22:13:11 +0000 Subject: [PATCH] Bump to version 0.10.6 --- .github/workflows/build_conda.yaml | 2 +- Stoner/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_conda.yaml b/.github/workflows/build_conda.yaml index 6978307cf..a2f9e6ca5 100755 --- a/.github/workflows/build_conda.yaml +++ b/.github/workflows/build_conda.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, "3.10"] steps: - name: Checkout diff --git a/Stoner/__init__.py b/Stoner/__init__.py index 01aae61cd..6aa18d1cd 100755 --- a/Stoner/__init__.py +++ b/Stoner/__init__.py @@ -35,7 +35,7 @@ Options = _Options() -__version_info__ = ("0", "10", "5") +__version_info__ = ("0", "10", "6") __version__ = ".".join(__version_info__) __homepath__ = pathlib.Path(__file__).parent.resolve()