Skip to content

Commit 29624e3

Browse files
authored
Bump version to 0.2.0 (#1919)
1 parent fb54971 commit 29624e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

docs/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Currently we follow a lightweight release process.
55
- if major features are added, increment `y`
66
- if minor fixes are added, increment `z`
77
- Create a new release at https://github.com/pytorch/torchtitan/releases/new
8+
- In the tag section, add a new tag for the release. The tag should use the version number with a `v` prefix (for example, `v0.1.0`). Make sure to select the `main` branch as the target.
89
- In the release notes
910
- include proper nightly versions for `torch` and `torchao`, which can be found in [latest CI](https://github.com/pytorch/torchtitan/actions/workflows/integration_test_8gpu.yaml) test log "Run script in container" section. E.g.
1011
- "Successfully installed ... `torch-2.8.0.dev20250605+cu126`"

0 commit comments

Comments
 (0)