Skip to content

Commit 3076df0

Browse files
authored
Update poetry and package version (#92)
1 parent 52f93c1 commit 3076df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "transformers-interpret"
3-
version = "0.1.0"
3+
version = "0.7.2"
44
description = ""
55
authors = ["Charles Pierse <charlespierse@gmail.com>"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test",
2323
]
2424
),
25-
version="0.7.0",
25+
version="0.7.2",
2626
license="Apache-2.0",
2727
description="Transformers Interpret is a model explainability tool designed to work exclusively with 🤗 transformers.",
2828
long_description=long_description,

0 commit comments

Comments
 (0)