Skip to content

Commit 39d91a2

Browse files
fredrectensorflower-gardener
authored andcommitted
Internal change.
PiperOrigin-RevId: 448881320
1 parent c53307f commit 39d91a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515
"""Install tensorflow_model_optimization."""
16-
import datetime
1716
import os
1817
import sys
1918

@@ -50,11 +49,7 @@
5049
if release:
5150
project_name = 'tensorflow-model-optimization'
5251
else:
53-
# Nightly releases use date-based versioning of the form
54-
# '0.0.1.dev20180305'
5552
project_name = 'tf-model-optimization-nightly'
56-
datestring = datetime.datetime.now().strftime('%Y%m%d')
57-
__version__ += datestring
5853

5954

6055
class BinaryDistribution(Distribution):

0 commit comments

Comments
 (0)