diff --git a/MANIFEST.in b/MANIFEST.in index f9a319b..03ff610 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include tesnorwatch/*.txt \ No newline at end of file +include tensorwatch/*.txt +include tensorwatch/*.json \ No newline at end of file diff --git a/setup.py b/setup.py index 7c9a10e..72d53fa 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="tensorwatch", - version="0.8.2", + version="0.8.3", author="Shital Shah", author_email="shitals@microsoft.com", description="Interactive Realtime Debugging and Visualization for AI",