Skip to content

Commit 110f8eb

Browse files
colab
1 parent c6c028b commit 110f8eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "xerv-crayon"
7-
version = "4.2.0"
7+
version = "4.2.1"
88
description = "Omni-Backend Tokenizer - CPU (AVX2/512), CUDA (NVIDIA), ROCm (AMD) with automatic hardware detection"
99
readme = "README.md"
1010
requires-python = ">=3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# VERSION
3333
# ============================================================================
3434

35-
VERSION = "4.2.0"
35+
VERSION = "4.2.1"
3636

3737
# ============================================================================
3838
# LOGGING

src/crayon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
from __future__ import annotations
4747

48-
__version__ = "4.2.0"
48+
__version__ = "4.2.1"
4949
__author__ = "Xerv Research Engineering Division"
5050

5151
# ============================================================================

0 commit comments

Comments
 (0)