We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__version__
1 parent a5f82f5 commit 74b1317Copy full SHA for 74b1317
pytorch_lightning/__about__.py
@@ -1,7 +1,7 @@
1
import time
2
3
_this_year = time.strftime("%Y")
4
-__version__ = "1.6.3"
+__version__ = "1.6.4"
5
__author__ = "William Falcon et al."
6
__author_email__ = "[email protected]"
7
__license__ = "Apache-2.0"
0 commit comments