Skip to content

Commit

Permalink
move to v2.0.3 ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayukhdeb committed Mar 29, 2021
1 parent 151b49f commit 3264b57
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.2",
version="2.0.3",
author="Mayukh Deb",
author_email="mayukhmainak2000@gmail.com",
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 @@ -4,7 +4,7 @@
from .model_bunch import *
from .tests import *

__version__ = "2.0.2"
__version__ = "2.0.3"

__all__ = [
"dreamer",
Expand Down

0 comments on commit 3264b57

Please sign in to comment.