Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Release Trident 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daemyung committed Oct 11, 2023
1 parent 74102c9 commit 6c429c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="trident",
version="1.0.2",
version="1.1.0",
description="A performance library for machine learning applications",
author="Kakao Brain Corp",
packages=setuptools.find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion trident/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .config import *
from .module import *

__version__ = "1.0.2"
__version__ = "1.1.0"

0 comments on commit 6c429c6

Please sign in to comment.