Skip to content

Commit

Permalink
Bump version to 0.2.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuhrsch authored May 9, 2024
1 parent 921a104 commit 0c5c814
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.1"
version = current_date if package_name == "torchao-nightly" else "0.2.0"

import torch

Expand Down

0 comments on commit 0c5c814

Please sign in to comment.