Compare commits

...

1 Commits

Author SHA1 Message Date
14ef1aba15 Release v0.12.0 2024-11-01 10:24:21 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ import os
from setuptools import find_packages, setup
__version__ = "0.12.0.dev0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
__version__ = "0.12.0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
REQUIRED_PKGS = [
"accelerate>=0.34.0",

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.12.0.dev0"
__version__ = "0.12.0"
from typing import TYPE_CHECKING