Skip to content

Commit de8ac4d

Browse files
d4l3kfacebook-github-bot
authored andcommitted
bump version prior to 0.1.0 stable release (#289)
Summary: This bumps the version prior to the stable release so docker containers/docs will generate correctly. Pull Request resolved: #289 Test Plan: CI Reviewed By: kiukchung Differential Revision: D31807061 Pulled By: d4l3k fbshipit-source-id: 62df8fe7f67ac05ae16dea534f00d48ff79be953
1 parent e2cfb87 commit de8ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# 0.1.0bN # Beta release
1515
# 0.1.0rcN # Release Candidate
1616
# 0.1.0 # Final release
17-
__version__ = "0.1.0rc2"
17+
__version__ = "0.1.0"
1818

1919
# Use the github container registry images corresponding to the current package
2020
# version.

0 commit comments

Comments
 (0)