Skip to content

Commit

Permalink
Bump to version 0.8.7 (#200)
Browse files Browse the repository at this point in the history
* Bump package version

* Test with python 3.10
  • Loading branch information
marcosfelt authored Sep 8, 2022
1 parent 82b8e7d commit 1755f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <kobi.c.f@gmail.com>", "Jan Rittig"]
license = "MIT"
Expand Down

0 comments on commit 1755f6a

Please sign in to comment.