Skip to content

Commit

Permalink
update version to 0.0.2rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Mar 20, 2023
1 parent 67ab092 commit 37d9e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ml_dtypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.0.1' # Keep in sync with pyproject.toml:version
__version__ = '0.0.2rc3' # Keep in sync with pyproject.toml:version

from ml_dtypes._custom_floats import bfloat16
from ml_dtypes._custom_floats import float8_e4m3b11
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ml_dtypes"
version = "0.0.1" # Keep in sync with ml_dtypes/__init__.py:__version__
version = "0.0.2rc3" # Keep in sync with ml_dtypes/__init__.py:__version__
description = ""
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 37d9e3f

Please sign in to comment.