Skip to content

Commit 4dc745d

Browse files
committed
bump
1 parent d9033ec commit 4dc745d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.20"
1+
__version__ = "0.0.23"
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.22
10+
version = 0.0.23
1111
min_python = 3.6
1212
audience = Developers
1313
language = English

0 commit comments

Comments
 (0)