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 4fa667b commit 06a7fd8Copy full SHA for 06a7fd8
.github/workflows/check-schema.yml
@@ -15,7 +15,7 @@ on:
15
type: string
16
azure-schema-version:
17
description: "Version of Azure Pipelines schema to use. Provide an empty string to skip checking on Azure Pipelines files."
18
- default: "1.208.0"
+ default: "v1.208.0"
19
required: false
20
21
src/lightning_utilities/__about__.py
@@ -1,6 +1,6 @@
1
import time
2
3
-__version__ = "0.13.1"
+__version__ = "0.13.1.post0"
4
__author__ = "Lightning AI et al."
5
__author_email__ = "[email protected]"
6
__license__ = "Apache-2.0"
0 commit comments