Skip to content

Commit

Permalink
Release v1.0.0b2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel authored Aug 5, 2019
1 parent 5a3f957 commit 48e36b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ $ pip install -U efficientnet
```
Latest release (with keras and tf.keras support)
```bash
$ pip install -U efficientnet==1.0.0b1
$ pip install -U efficientnet==1.0.0b2
```

## Frequently Asked Questions
Expand Down
2 changes: 1 addition & 1 deletion efficientnet/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
VERSION = (1, 0, '0b1')
VERSION = (1, 0, '0b2')

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

0 comments on commit 48e36b4

Please sign in to comment.