Skip to content

Commit

Permalink
Release 1.0.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel authored Oct 4, 2019
1 parent 91366f5 commit aa1edca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ deploy:
on:
tags: true
skip_existing: true
distributions: "sdist bdist_wheel"
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md
include README.md requirements.txt
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, '0b3')
VERSION = (1, 0, 0)

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

0 comments on commit aa1edca

Please sign in to comment.