Skip to content

Commit 68bd8d7

Browse files
authored
Release/v0.0.4 (#35)
* Update __version__.py * Update setup.py
1 parent cd172dc commit 68bd8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = (0, 0, 3)
15+
VERSION = (0, 0, 4)
1616

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def run(self):
116116
author_email=EMAIL,
117117
python_requires=REQUIRES_PYTHON,
118118
url=URL,
119-
packages=find_packages(exclude=("examples", "misc")),
119+
packages=find_packages(exclude=("examples", "misc", "scripts")),
120120
# If your package is a single module, use this instead of 'packages':
121121
# py_modules=['mypackage'],
122122
# entry_points={

0 commit comments

Comments
 (0)