Skip to content

Commit

Permalink
release: Bump version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Oct 26, 2023
1 parent 1c9d636 commit a16234d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "functime"
version = "0.8.4"
version = "0.8.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 1 addition & 2 deletions functime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"functime: Time-series machine learning at scale."
__version__ = "0.8.4"
__version__ = "0.8.5"

import logging

logging.basicConfig(level=logging.INFO)

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "functime"
version = "0.8.4"
version = "0.8.5"
description = "Time-series machine learning at scale."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -109,4 +109,3 @@ keep-runtime-typing = true
[tool.maturin]
module-name = "functime._functime_rust"
features = ["pyo3/extension-module"]

0 comments on commit a16234d

Please sign in to comment.