Skip to content

Commit ff2e329

Browse files
authored
Update version to 1.7.0 for release (#13977)
1 parent af07e75 commit ff2e329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pytorch_lightning/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
import time
1515

16-
# __version__ = "1.7.0dev"
16+
# __version__ = "1.7.0"
1717
__author__ = "Lightning AI et al."
1818
__author_email__ = "[email protected]"
1919
__license__ = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.7.0rc1"
1+
version = "1.7.0"

0 commit comments

Comments
 (0)