We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4d6f8 commit e3b28efCopy full SHA for e3b28ef
ml_dtypes/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '0.0.1' # Keep in sync with pyproject.toml:version
+__version__ = '0.0.2rc4' # Keep in sync with pyproject.toml:version
16
17
from ml_dtypes._custom_floats import bfloat16
18
from ml_dtypes._custom_floats import float8_e4m3b11
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ml_dtypes"
3
-version = "0.0.1" # Keep in sync with ml_dtypes/__init__.py:__version__
+version = "0.0.2rc4" # Keep in sync with ml_dtypes/__init__.py:__version__
4
description = ""
5
readme = "README.md"
6
requires-python = ">=3.7"
0 commit comments