Skip to content

Commit

Permalink
[Version] update version number to 0.2.2 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazhihao authored Oct 30, 2024
1 parent 90185a0 commit 104b8fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/cython_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def config_cython():
# }

setup(name='mirage',
version="0.2.1",
version="0.2.2",
description="Mirage: A Multi-Level Superoptimizer for Tensor Algebra",
zip_safe=False,
install_requires=[],
Expand Down
2 changes: 1 addition & 1 deletion python/mirage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def new_threadblock_graph(grid_dim: tuple, block_dim: tuple, forloop_range: int,
return TBGraph(bgraph)

# Current Version
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def copy_include():
f"This may cause issues. Please remove {INCLUDE_BASE} and rerun setup.py", flush=True)

setup(name='mirage-project',
version="0.2.1",
version="0.2.2",
description="Mirage: A Multi-Level Superoptimizer for Tensor Algebra",
zip_safe=False,
install_requires=requirements,
Expand Down

0 comments on commit 104b8fb

Please sign in to comment.