From 719404fd1853aad4c6e60be195137e47c8784802 Mon Sep 17 00:00:00 2001 From: iggy Date: Tue, 28 Feb 2023 18:43:26 +0900 Subject: [PATCH] version update --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index aae71aa..9c46c60 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ master_doc = "index" # The full version, including alpha/beta/rc tags -release = "2.0.0" +release = "2.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a97deef..4d6df39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "buffalo" -version = "2.0.0" +version = "2.0.1" description = "TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems" authors = ["recoteam "] license = "Apache2"