Skip to content

Commit

Permalink
bump to v2.0.4 ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayukhdeb committed Apr 2, 2021
1 parent b99c08d commit 984a50c
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 @@ -8,7 +8,7 @@

setuptools.setup(
name="torch-dreams",
version="2.0.3",
version="2.0.4",
author="Mayukh Deb",
author_email="[email protected]",
description= "Making neural networks more interpretable, for research and art",
Expand Down
2 changes: 1 addition & 1 deletion torch_dreams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .model_bunch import *
from .tests import *

__version__ = "2.0.3"
__version__ = "2.0.4"

__all__ = [
"dreamer",
Expand Down

0 comments on commit 984a50c

Please sign in to comment.