Skip to content

Commit 958678c

Browse files
authored
Release JetStream v0.2.2 (#110)
1 parent 23fddb5 commit 958678c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow the steps in
2929
## Get the jetstream-pytorch code
3030
```bash
3131
git clone https://github.com/google/jetstream-pytorch.git
32-
git checkout v0.2.2
32+
git checkout jetstream-v0.2.2
3333
```
3434

3535
(optional) Create a virtual env using `venv` or `conda` and activate it.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
version = "0.2.1"
6+
version = "0.2.2"
77
name = "jetstream_pt"
88
dependencies = [
99
"absl-py",

0 commit comments

Comments
 (0)