Skip to content

Commit c2c0fc1

Browse files
alanchiaotensorflower-gardener
authored andcommitted
0.1.2 release preparation.
PiperOrigin-RevId: 257855521
1 parent 51b10a7 commit c2c0fc1

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ absl-py~=0.7
22
numpy~=1.14
33
six~=1.10
44
scipy
5+
enum34~=1.1
6+
mock

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
REQUIRED_PACKAGES = [
3737
'numpy~=1.14',
3838
'six~=1.10',
39+
'enum34~=1.1',
3940
]
4041

4142
if '--release' in sys.argv:

tensorflow_model_optimization/python/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '1'
20-
_PATCH_VERSION = '1'
20+
_PATCH_VERSION = '2'
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

0 commit comments

Comments
 (0)