Skip to content

Commit 06a7fd8

Browse files
committed
fix default in Azure schema's version
1 parent 4fa667b commit 06a7fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
type: string
1616
azure-schema-version:
1717
description: "Version of Azure Pipelines schema to use. Provide an empty string to skip checking on Azure Pipelines files."
18-
default: "1.208.0"
18+
default: "v1.208.0"
1919
required: false
2020
type: string
2121

src/lightning_utilities/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22

3-
__version__ = "0.13.1"
3+
__version__ = "0.13.1.post0"
44
__author__ = "Lightning AI et al."
55
__author_email__ = "[email protected]"
66
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)