Skip to content

Commit 12881f4

Browse files
committed
move to v2.3.0 ⚡
1 parent f14b650 commit 12881f4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="torch-dreams",
11-
version="2.2.0",
11+
version="2.3.0",
1212
author="Mayukh Deb",
1313
author_email="mayukhmainak2000@gmail.com",
1414
description= "Making neural networks more interpretable, for research and art",

torch_dreams/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
from .auto_image_param import auto_image_param
66
from .custom_image_param import custom_image_param
77

8-
__version__ = "2.2.0"
8+
__version__ = "2.3.0"
99

1010
__all__ = [
1111
"dreamer",
1212
"utils",
1313
"model_bunch",
1414
"auto_image_param",
1515
"custom_image_param",
16+
"masked_image_param",
1617
"image_transforms",
1718
"transforms"
1819
]

0 commit comments

Comments
 (0)