From 452e4b17db004a9abce976f2efb3abff9bf763f7 Mon Sep 17 00:00:00 2001 From: Christopher Lo <46541035+topher-lo@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:48:31 +0000 Subject: [PATCH] build: Bump version to 0.9.5 --- Cargo.toml | 2 +- functime/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7c0a7ab..1e37fa06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/functime/__init__.py b/functime/__init__.py index a5a12e76..b379be72 100644 --- a/functime/__init__.py +++ b/functime/__init__.py @@ -1,6 +1,6 @@ "functime: Time-series machine learning at scale." -__version__ = "0.9.4" +__version__ = "0.9.5" import logging diff --git a/pyproject.toml b/pyproject.toml index e7f3ff71..ca33691d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [