1 parent f14b650 commit 12881f4Copy full SHA for 12881f4
2 files changed
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="torch-dreams",
11
- version="2.2.0",
+ version="2.3.0",
12
author="Mayukh Deb",
13
author_email="mayukhmainak2000@gmail.com",
14
description= "Making neural networks more interpretable, for research and art",
torch_dreams/__init__.py
@@ -5,14 +5,15 @@
5
from .auto_image_param import auto_image_param
6
from .custom_image_param import custom_image_param
7
-__version__ = "2.2.0"
+__version__ = "2.3.0"
__all__ = [
"dreamer",
"utils",
"model_bunch",
"auto_image_param",
15
"custom_image_param",
16
+ "masked_image_param",
17
"image_transforms",
18
"transforms"
19
]
0 commit comments