Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Tanaka committed Nov 2, 2021
1 parent 3bd055e commit e7f60b3
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 @@ -67,7 +67,7 @@ def build_extension(self, ext):
subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp)


VERSION = "0.7.0rc1"
VERSION = "0.7.0"

if "CUDA_VERSION" in os.environ:
version_nums = os.environ["CUDA_VERSION"].split(".")
Expand Down

0 comments on commit e7f60b3

Please sign in to comment.