Skip to content

Commit 8713b7d

Browse files
authored
torchao v0.1 version bump (#125)
Summary: att Test Plan: / Reviewers: Subscribers: Tasks: Tags:
1 parent 76e2ef5 commit 8713b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read_requirements(file_path):
2020
package_name = "torchao-nightly" if os.environ.get("TORCHAO_NIGHTLY") else "torchao"
2121

2222
# Version is year.month.date if using nightlies
23-
version = current_date if package_name == "torchao-nightly" else "0.0.3"
23+
version = current_date if package_name == "torchao-nightly" else "0.1"
2424

2525

2626
setup(

0 commit comments

Comments
 (0)