We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91366f5 commit aa1edcaCopy full SHA for aa1edca
.travis.yml
@@ -73,3 +73,4 @@ deploy:
73
on:
74
tags: true
75
skip_existing: true
76
+ distributions: "sdist bdist_wheel"
MANIFEST.in
@@ -1 +1 @@
1
-include README.md
+include README.md requirements.txt
efficientnet/__version__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
# ==============================================================================
15
-VERSION = (1, 0, '0b3')
+VERSION = (1, 0, 0)
16
17
__version__ = ".".join(map(str, VERSION))
18
0 commit comments