We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e3cdf commit 852a288Copy full SHA for 852a288
1 file changed
src/dynaris/__init__.py
@@ -20,7 +20,7 @@
20
from dynaris.filters import KalmanFilter, kalman_filter
21
from dynaris.smoothers import RTSSmoother, rts_smooth
22
23
-__version__ = "0.1.01"
+__version__ = "0.1.0"
24
25
__all__ = [
26
"DLM",
0 commit comments