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 af07e75 commit ff2e329Copy full SHA for ff2e329
src/pytorch_lightning/__about__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
import time
15
16
-# __version__ = "1.7.0dev"
+# __version__ = "1.7.0"
17
__author__ = "Lightning AI et al."
18
__author_email__ = "[email protected]"
19
__license__ = "Apache-2.0"
src/pytorch_lightning/__version__.py
@@ -1 +1 @@
1
-version = "1.7.0rc1"
+version = "1.7.0"
0 commit comments