Skip to content

Commit a169907

Browse files
committed
releasing 0.1.4
1 parent 1fdf1c5 commit a169907

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.10"]
1818

1919
# Timeout: https://stackoverflow.com/a/59076067/4521646
20-
timeout-minutes: 15
20+
timeout-minutes: 25
2121
env:
2222
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
2323

@@ -40,4 +40,4 @@ jobs:
4040
LIGHTNING_API_KEY: ${{ secrets.LIGHTNING_API_KEY }}
4141
run: |
4242
coverage run --source litmodels -m pytest src tests -v -m cloud
43-
timeout-minutes: 5
43+
timeout-minutes: 15

src/litmodels/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)