Skip to content

Commit 7f98c8a

Browse files
Update __init__.py (#45)
update version to 1.0.4. Will support torch2.5 in this version
1 parent 134c3f2 commit 7f98c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/flux/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616
################################################################################
17-
__version__ = "1.0.3"
17+
__version__ = "1.0.4"
1818

1919
from .cpp_mod import *
2020
from .ag_gemm import *

0 commit comments

Comments
 (0)