Skip to content

Commit 48e36b4

Browse files
authored
Release v1.0.0b2 (#53)
1 parent 5a3f957 commit 48e36b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $ pip install -U efficientnet
108108
```
109109
Latest release (with keras and tf.keras support)
110110
```bash
111-
$ pip install -U efficientnet==1.0.0b1
111+
$ pip install -U efficientnet==1.0.0b2
112112
```
113113

114114
## Frequently Asked Questions

efficientnet/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# ==============================================================================
15-
VERSION = (1, 0, '0b1')
15+
VERSION = (1, 0, '0b2')
1616

1717
__version__ = ".".join(map(str, VERSION))
1818

0 commit comments

Comments
 (0)