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

Commit

Permalink
Bump version to 0.2.0.dev0
Browse files Browse the repository at this point in the history
Summary: Bump version to 0.2.0.dev0

Reviewed By: kiukchung

Differential Revision: D20899213

fbshipit-source-id: 6ccbc3a02381996e6bcca0050629dab5586519ac
  • Loading branch information
aivanou authored and facebook-github-bot committed Apr 7, 2020
1 parent 111801e commit 8b7cf75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc0
ARG BASE_IMAGE=pytorch/elastic:0.2.0.dev0
FROM $BASE_IMAGE

# install utilities and dependencies
Expand Down
2 changes: 1 addition & 1 deletion torchelastic/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# 0.1.0bN # Beta release
# 0.1.0rcN # Release Candidate
# 0.1.0 # Final release
__version__ = "0.2.0rc0"
__version__ = "0.2.0.dev0"

0 comments on commit 8b7cf75

Please sign in to comment.