Skip to content

Commit c6fb35e

Browse files
authored
Update version in setup.py to 0.2.0 (#164)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> New release with features should bump minor version tehe <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence
1 parent 065ad70 commit c6fb35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_namespace_packages, setup
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.2.0"
44

55
setup(
66
name="liger_kernel",

0 commit comments

Comments
 (0)