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