Skip to content

Commit

Permalink
torchao v0.1 version bump (#125)
Browse files Browse the repository at this point in the history
Summary:
att

Test Plan:
/

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
jerryzh168 committed Apr 4, 2024
1 parent e25c79a commit ff28895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read_requirements(file_path):
package_name = "torchao-nightly" if os.environ.get("TORCHAO_NIGHTLY") else "torchao"

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


setup(
Expand Down

0 comments on commit ff28895

Please sign in to comment.