Skip to content

Commit

Permalink
Bump version to 0.8.9 (#239)
Browse files Browse the repository at this point in the history
* Bump version

* Update actions versions
  • Loading branch information
marcosfelt authored Feb 14, 2023
1 parent 4490aa2 commit e211ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.9'

- name: Install poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8

- name: Build package
run: poetry build
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.8"
version = "0.8.9"
description = "Tools for optimizing chemical processes"
authors = ["Kobi Felton <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e211ce6

Please sign in to comment.