Skip to content

Commit a16234d

Browse files
committed
release: Bump version to 0.8.5
1 parent 1c9d636 commit a16234d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "functime"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

functime/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"functime: Time-series machine learning at scale."
2-
__version__ = "0.8.4"
2+
__version__ = "0.8.5"
33

44
import logging
55

66
logging.basicConfig(level=logging.INFO)
7-

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "functime"
7-
version = "0.8.4"
7+
version = "0.8.5"
88
description = "Time-series machine learning at scale."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -109,4 +109,3 @@ keep-runtime-typing = true
109109
[tool.maturin]
110110
module-name = "functime._functime_rust"
111111
features = ["pyo3/extension-module"]
112-

0 commit comments

Comments
 (0)