Skip to content

Commit aa1edca

Browse files
authored
Release 1.0.0 (#76)
1 parent 91366f5 commit aa1edca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ deploy:
7373
on:
7474
tags: true
7575
skip_existing: true
76+
distributions: "sdist bdist_wheel"

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.md
1+
include README.md requirements.txt

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, '0b3')
15+
VERSION = (1, 0, 0)
1616

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

0 commit comments

Comments
 (0)