From c389f611ae7808e1573c9aafc01aebaf8a0e3dd2 Mon Sep 17 00:00:00 2001 From: Sid Jha Date: Sun, 13 Oct 2024 18:07:11 -0700 Subject: [PATCH] Bump version to 0.2.1 and fix issue --- docs/conf.py | 2 +- pyproject.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f595cca7..c63a35cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "LOTUS" copyright = "2024, Liana Patel, Siddharth Jha, Carlos Guestrin, Matei Zaharia" author = "Liana Patel, Siddharth Jha, Carlos Guestrin, Matei Zaharia" -release = "0.2.0" +release = "0.2.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 72c7b7cd..b559911a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "lotus-ai" -version = "0.2.0" +version = "0.2.1" description = "lotus" readme = "README.md" authors = [ @@ -67,6 +67,3 @@ line-ending = "auto" [tool.ruff.lint.per-file-ignores] "**/{docs}/*" = ["ALL"] "**__init__.py" = ["ALL"] - -[tool.setuptools] -packages = ["lotus"] \ No newline at end of file