Skip to content

Commit

Permalink
chore: Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Nov 25, 2023
1 parent c412841 commit 0f22ff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.1"
version = "0.9.2"
edition = "2021"

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

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "functime"
version = "0.9.1"
version = "0.9.2"
description = "Time-series machine learning at scale."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 0f22ff3

Please sign in to comment.