Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Apr 7, 2022
1 parent e2398ab commit e03c9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit e03c9c4

Please sign in to comment.