Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 58a1f2c

Browse files
Dustin TranCopybara-Service
authored andcommitted
Bump MTF version number.
PiperOrigin-RevId: 219211425
1 parent a4bb73d commit 58a1f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from __future__ import print_function
2424

2525
import mesh_tensorflow as mtf
26-
import .mnist_dataset as dataset # local file import
26+
import mnist_dataset as dataset # local file import
2727
import tensorflow as tf
2828

2929

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='mesh-tensorflow',
8-
version='0.0.2',
8+
version='0.0.3',
99
description='Mesh TensorFlow',
1010
author='Google Inc.',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)