We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a142b6d commit 992e87eCopy full SHA for 992e87e
2 files changed
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: '3.10'
+ python-version: '3.11'
19
20
- name: Install Poetry
21
uses: snok/install-poetry@v1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[project]
6
name = "ensemble-kalman-smoother"
7
-version = "4.4.0"
+version = "4.4.1"
8
description = "Ensembling and kalman smoothing for pose estimation"
9
license = "MIT"
10
readme = "README.md"
0 commit comments