Skip to content

Commit

Permalink
Merge pull request #50 from jakevdp:version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519781396
  • Loading branch information
The ml_dtypes Authors committed Mar 27, 2023
2 parents 44ae6cc + 4cc9b53 commit 00b4a10
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.3' # Keep in sync with pyproject.toml:version
__version__ = '0.0.4' # 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.3" # Keep in sync with ml_dtypes/__init__.py:__version__
version = "0.0.4" # Keep in sync with ml_dtypes/__init__.py:__version__
description = ""
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 00b4a10

Please sign in to comment.