Skip to content

Commit

Permalink
0.0.1-alpha => 0.0.2-alpha (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Meudec authored Jul 31, 2019
1 parent a0cba1d commit eb9d1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


setup(name='tf-explain',
version='0.0.1-alpha',
version='0.0.2-alpha',
description='Interpretability Callbacks for Tensorflow 2.0',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tf_explain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1-alpha"
__version__ = "0.0.2-alpha"

from . import core
from . import callbacks
Expand Down

0 comments on commit eb9d1c5

Please sign in to comment.