diff --git a/docs/source/conf.py b/docs/source/conf.py index 8403b06b..3e3f5172 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,9 +27,9 @@ author = "The Inseq Team" # The short X.Y version -version = "0.1" +version = "0.2" # The full version, including alpha/beta/rc tags -release = "0.1.0" +release = "0.2.0" # Prefix link to point to master, comment this during version release and uncomment below line diff --git a/pyproject.toml b/pyproject.toml index a07012a6..73f45677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "inseq" -version = "0.1.0" +version = "0.2.0" description = "Interpretability for Sequence-to-sequence models 🔍" readme = "README.md" authors = ["The Inseq Team"]