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.
1 parent b707c67 commit 15ee1f4Copy full SHA for 15ee1f4
pytorch_lightning/__about__.py
@@ -1,7 +1,7 @@
1
import time
2
3
_this_year = time.strftime("%Y")
4
-__version__ = "1.5.8"
+__version__ = "1.5.9"
5
__author__ = "William Falcon et al."
6
__author_email__ = "[email protected]"
7
__license__ = "Apache-2.0"
0 commit comments