Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jan 3, 2023
1 parent 151ecce commit 7156ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generate_pip_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
args = parser.parse_args()

local_label = ""
version = f"0.8.1"
version = f"0.9.0"

# set version if release of nightly
assert (
Expand All @@ -28,7 +28,7 @@
date_str = today.strftime("%Y%m%d")
version += f".dev{date_str}"
is_nightly = True

is_release=True
# append compute_platform
compute_platform = ""
if args.cuda:
Expand Down

0 comments on commit 7156ba8

Please sign in to comment.