Skip to content

Commit

Permalink
build: Bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Feb 22, 2024
1 parent ca884ae commit 452e4b1
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.4"
version = "0.9.5"
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,6 +1,6 @@
"functime: Time-series machine learning at scale."

__version__ = "0.9.4"
__version__ = "0.9.5"

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.4"
version = "0.9.5"
description = "Time-series machine learning at scale."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 452e4b1

Please sign in to comment.