We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa79cc9 commit 02d98f6Copy full SHA for 02d98f6
fastcore/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.5.48"
+__version__ = "1.5.49"
settings.ini
@@ -8,7 +8,7 @@ author = Jeremy Howard and Sylvain Gugger
8
author_email = [email protected]
9
copyright = fast.ai
10
branch = master
11
-version = 1.5.48
+version = 1.5.49
12
min_python = 3.7
13
audience = Developers
14
language = English
@@ -24,7 +24,7 @@ title = fastcore
24
doc_host = https://fastcore.fast.ai
25
doc_baseurl = /
26
console_scripts = py2pyi=fastcore.py2pyi:py2pyi
27
- replace_wildcards=fastcore.py2pyi:replace_wildcards
+ replace_wildcards=fastcore.py2pyi:replace_wildcards
28
host = github
29
tst_flags =
30
recursive = True
0 commit comments