Skip to content

Commit e3b28ef

Browse files
committed
Release candidate v0.0.2rc4
1 parent ea4d6f8 commit e3b28ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml_dtypes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.0.1' # Keep in sync with pyproject.toml:version
15+
__version__ = '0.0.2rc4' # Keep in sync with pyproject.toml:version
1616

1717
from ml_dtypes._custom_floats import bfloat16
1818
from ml_dtypes._custom_floats import float8_e4m3b11

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ml_dtypes"
3-
version = "0.0.1" # Keep in sync with ml_dtypes/__init__.py:__version__
3+
version = "0.0.2rc4" # Keep in sync with ml_dtypes/__init__.py:__version__
44
description = ""
55
readme = "README.md"
66
requires-python = ">=3.7"

0 commit comments

Comments
 (0)