Skip to content

Commit

Permalink
Merge pull request #61 from jakevdp:v0.1.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523485784
  • Loading branch information
The ml_dtypes Authors committed Apr 11, 2023
2 parents e5f6502 + 6bcfbba commit e72e701
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.4' # Keep in sync with pyproject.toml:version
__version__ = '0.1.0' # Keep in sync with pyproject.toml:version
__all__ = [
'__version__',
'bfloat16',
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.4" # Keep in sync with ml_dtypes/__init__.py:__version__
version = "0.1.0" # Keep in sync with ml_dtypes/__init__.py:__version__
description = ""
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit e72e701

Please sign in to comment.