Skip to content

Commit

Permalink
Bump version to 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored and lexierule committed Sep 15, 2021
1 parent 7049f09 commit 9f95a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = "1.4.6"
__version__ = "1.4.7"
__author__ = "William Falcon et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 9f95a92

Please sign in to comment.