Skip to content

Commit 7b153e2

Browse files
committed
bump
1 parent 4dc745d commit 7b153e2

File tree

3 files changed

+5
-33
lines changed

3 files changed

+5
-33
lines changed

fastbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.23"
1+
__version__ = "0.0.24"
22
import matplotlib as mpl, pkgutil, requests, time
33
from fastai.vision.all import *
44
from fastdownload import download_url

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 = 0.0.23
10+
version = 0.0.24
1111
min_python = 3.6
1212
audience = Developers
1313
language = English

start_colab.ipynb

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 2,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"cell_type": "code",
25-
"execution_count": 3,
25+
"execution_count": null,
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
@@ -157,37 +157,9 @@
157157
"split_at_heading": true
158158
},
159159
"kernelspec": {
160-
"display_name": "Python 3",
160+
"display_name": "Python 3 (ipykernel)",
161161
"language": "python",
162162
"name": "python3"
163-
},
164-
"language_info": {
165-
"codemirror_mode": {
166-
"name": "ipython",
167-
"version": 3
168-
},
169-
"file_extension": ".py",
170-
"mimetype": "text/x-python",
171-
"name": "python",
172-
"nbconvert_exporter": "python",
173-
"pygments_lexer": "ipython3",
174-
"version": "3.7.7"
175-
},
176-
"toc": {
177-
"base_numbering": 1,
178-
"nav_menu": {
179-
"height": "171px",
180-
"width": "160px"
181-
},
182-
"number_sections": false,
183-
"sideBar": true,
184-
"skip_h1_title": true,
185-
"title_cell": "Table of Contents",
186-
"title_sidebar": "Contents",
187-
"toc_cell": false,
188-
"toc_position": {},
189-
"toc_section_display": true,
190-
"toc_window_display": false
191163
}
192164
},
193165
"nbformat": 4,

0 commit comments

Comments
 (0)