We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53307f commit 39d91a2Copy full SHA for 39d91a2
setup.py
@@ -13,7 +13,6 @@
13
# limitations under the License.
14
# ==============================================================================
15
"""Install tensorflow_model_optimization."""
16
-import datetime
17
import os
18
import sys
19
@@ -50,11 +49,7 @@
50
49
if release:
51
project_name = 'tensorflow-model-optimization'
52
else:
53
- # Nightly releases use date-based versioning of the form
54
- # '0.0.1.dev20180305'
55
project_name = 'tf-model-optimization-nightly'
56
- datestring = datetime.datetime.now().strftime('%Y%m%d')
57
- __version__ += datestring
58
59
60
class BinaryDistribution(Distribution):
0 commit comments