Skip to content

Commit 992e87e

Browse files
fix python version (#59)
1 parent a142b6d commit 992e87e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: '3.10'
18+
python-version: '3.11'
1919

2020
- name: Install Poetry
2121
uses: snok/install-poetry@v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "ensemble-kalman-smoother"
7-
version = "4.4.0"
7+
version = "4.4.1"
88
description = "Ensembling and kalman smoothing for pose estimation"
99
license = "MIT"
1010
readme = "README.md"

0 commit comments

Comments
 (0)