Skip to content

Commit

Permalink
Bump version to 0.2.1 and fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sidjha1 committed Oct 14, 2024
1 parent 3b2cdbe commit c389f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -67,6 +67,3 @@ line-ending = "auto"
[tool.ruff.lint.per-file-ignores]
"**/{docs}/*" = ["ALL"]
"**__init__.py" = ["ALL"]

[tool.setuptools]
packages = ["lotus"]

0 comments on commit c389f61

Please sign in to comment.