File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " functime"
3
- version = " 0.8.4 "
3
+ version = " 0.8.5 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 1
1
"functime: Time-series machine learning at scale."
2
- __version__ = "0.8.4 "
2
+ __version__ = "0.8.5 "
3
3
4
4
import logging
5
5
6
6
logging .basicConfig (level = logging .INFO )
7
-
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
5
5
[project ]
6
6
name = " functime"
7
- version = " 0.8.4 "
7
+ version = " 0.8.5 "
8
8
description = " Time-series machine learning at scale."
9
9
readme = " README.md"
10
10
requires-python = " >=3.8"
@@ -109,4 +109,3 @@ keep-runtime-typing = true
109
109
[tool .maturin ]
110
110
module-name = " functime._functime_rust"
111
111
features = [" pyo3/extension-module" ]
112
-
You can’t perform that action at this time.
0 commit comments