Skip to content

Commit

Permalink
[doc] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongSpoon committed May 30, 2024
1 parent 2768436 commit 6f1b1c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions OperatorList.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Operator List

FlagGems will implement the following operators as planned. Version 1.0 will be released within 6 months.

## v1.0
- addmm
- bmm
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flag_gems"
version = "1.0.0"
version = "2.0"
authors = [
{name = "Zhixin Li", email = "[email protected]"},
{name = "Tongxin Bai", email = "[email protected]"},
Expand Down
2 changes: 2 additions & 0 deletions src/flag_gems/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from .ops import *
from .fused import *

__version__ = "2.0"

aten_lib = torch.library.Library("aten", "IMPL")


Expand Down

0 comments on commit 6f1b1c6

Please sign in to comment.