Skip to content

Commit

Permalink
Bump master version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orionr committed Oct 9, 2019
1 parent c1c0b58 commit 16aeb71
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.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion captum/insights/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"react": "^16.9.0",
Expand Down

0 comments on commit 16aeb71

Please sign in to comment.