Skip to content

Commit 2bf8729

Browse files
craymichaelfacebook-github-bot
authored andcommitted
Update version to 0.8.0 (#1504)
Summary: Pull Request resolved: #1504 Update version as part of v0.8.0 release. Reviewed By: cyrjano Differential Revision: D69695416 fbshipit-source-id: 440c99166be54f1aa492feef4ea417c5253c2997
1 parent c196342 commit 2bf8729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

captum/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
import captum.robust as robust
1010

1111

12-
__version__ = "0.7.0"
12+
__version__ = "0.8.0"
1313

1414
__all__ = ["attr", "concept", "influence", "log", "metrics", "robust"]

captum/insights/attr_vis/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {

0 commit comments

Comments
 (0)