Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 8b7cf75

Browse files
aivanoufacebook-github-bot
authored andcommitted
Bump version to 0.2.0.dev0
Summary: Bump version to 0.2.0.dev0 Reviewed By: kiukchung Differential Revision: D20899213 fbshipit-source-id: 6ccbc3a02381996e6bcca0050629dab5586519ac
1 parent 111801e commit 8b7cf75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc0
1+
ARG BASE_IMAGE=pytorch/elastic:0.2.0.dev0
22
FROM $BASE_IMAGE
33

44
# install utilities and dependencies

torchelastic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# 0.1.0bN # Beta release
1616
# 0.1.0rcN # Release Candidate
1717
# 0.1.0 # Final release
18-
__version__ = "0.2.0rc0"
18+
__version__ = "0.2.0.dev0"

0 commit comments

Comments
 (0)