Skip to content

Commit

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

Pull Request resolved: #882

Reviewed By: NarineK

Differential Revision: D34569088

Pulled By: aobo-y

fbshipit-source-id: f839345f9d92cebb38a8de96e50e44a7a9c889c1
  • Loading branch information
aobo-y authored and facebook-github-bot committed Mar 3, 2022
1 parent b795e83 commit c2be437
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.1"
__version__ = "0.5.0"
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.1",
"version": "0.5.0",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit c2be437

Please sign in to comment.