Skip to content

Commit 3adb809

Browse files
authored
Bump version for development (ray-project#122)
* add annotations * bump
1 parent 4692249 commit 3adb809

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Here are the supported PyTorch Lightning versions:
3434
| Ray Lightning | PyTorch Lightning |
3535
|---|---|
3636
| 0.1 | 1.4 |
37+
| 0.2 | 1.5 |
3738
| master | 1.5 |
3839

3940

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="ray_lightning",
55
packages=find_packages(where=".", include="ray_lightning*"),
6-
version="0.1.2",
6+
version="0.3.0",
77
author="Ray Team",
88
description="Ray distributed plugins for Pytorch Lightning.",
99
long_description="Custom Pytorch Lightning distributed plugins "

0 commit comments

Comments
 (0)