We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2041402 commit c9b8914Copy full SHA for c9b8914
torchvision/__init__.py
@@ -3,7 +3,7 @@
3
from torchvision import transforms
4
from torchvision import utils
5
6
-__version__ = '0.1.9'
+__version__ = '0.2.0'
7
8
_image_backend = 'PIL'
9
0 commit comments