Skip to content

Commit

Permalink
Updating version to 0.4.1 (#796)
Browse files Browse the repository at this point in the history
Summary:
Release the version of 0.4.1

Pull Request resolved: #796

Reviewed By: vivekmig

Differential Revision: D32029860

Pulled By: aobo-y

fbshipit-source-id: 9c9ae4ac1015e1a3d6df7daaea7ec8ca862cc1dc
  • Loading branch information
aobo-y authored and facebook-github-bot committed Oct 29, 2021
1 parent 9b33f13 commit e6ce4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion captum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion captum/insights/attr_vis/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit e6ce4a7

Please sign in to comment.