Skip to content

Commit

Permalink
move to v2.1.0 🛸
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayukhdeb committed Apr 4, 2021
1 parent 9986d42 commit c8c5d29
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.4",
version="2.1.0",
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 @@ -5,7 +5,7 @@
from .auto_image_param import auto_image_param
from .custom_image_param import custom_image_param

__version__ = "2.0.4"
__version__ = "2.1.0"

__all__ = [
"dreamer",
Expand Down

0 comments on commit c8c5d29

Please sign in to comment.