From 1755f6a8cf62fa8a94b38e617500bd481b67dea2 Mon Sep 17 00:00:00 2001 From: Kobi Felton Date: Thu, 8 Sep 2022 12:05:19 +0100 Subject: [PATCH] Bump to version 0.8.7 (#200) * Bump package version * Test with python 3.10 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eef1a91..4ba3de4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.8", "3.9"] + python: ["3.8", "3.9", "3.10"] steps: - name: Checkout repository diff --git a/pyproject.toml b/pyproject.toml index 47523410..c44fa0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "summit" -version = "0.8.6" +version = "0.8.7" description = "Tools for optimizing chemical processes" authors = ["Kobi Felton ", "Jan Rittig"] license = "MIT"