Skip to content

Commit 72c8f6b

Browse files
authored
Fairness Indicators 0.30.1 Release (#257)
* Update setup.py * Update version.py * Update RELEASE.md
1 parent ec124f8 commit 72c8f6b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

RELEASE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# Version 0.30.0
1+
# Version 0.30.1
22

33
## Major Features and Improvements
44

55
* N/A
66

77
## Bug Fixes and Other Changes
88

9-
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.5.*,<3`.
10-
* Depends on `tensorflow-data-validation>=0.30,<0.31`.
11-
* Depends on `tensorflow-model-analysis>=0.30,<0.31`.
9+
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`.
1210

1311
## Breaking Changes
1412

fairness_indicators/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of Fairness Indicators."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.30.0'
17+
__version__ = '0.30.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def select_constraint(default, nightly=None, git_master=None):
3333
return default
3434

3535
REQUIRED_PACKAGES = [
36-
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.5.*,<3',
36+
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3',
3737
'tensorflow-hub>=0.8.0,<1.0.0',
3838
'tensorflow-data-validation' + select_constraint(
3939
default='>=0.30,<0.31',

0 commit comments

Comments
 (0)