Skip to content

Commit b23084a

Browse files
committed
sync
1 parent cf29ed8 commit b23084a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fastcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.4"
1+
__version__ = "1.3.5"

fastcore/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def _f(*args, **kwargs):
105105
setattr(mod, func.__name__, _f)
106106
SCRIPT_INFO.func = func.__name__
107107
return _f()
108-
else: return _f
108+
else: return _f

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
77
author_email = [email protected]
88
copyright = fast.ai
99
branch = master
10-
version = 1.3.4
10+
version = 1.3.5
1111
min_python = 3.6
1212
audience = Developers
1313
language = English

0 commit comments

Comments
 (0)