File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
5
- ## 1.0.0
5
+ ## 1.0.1
6
6
7
7
### New Features
8
8
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0 "
1
+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ author = Jeremy Howard
8
8
9
9
copyright = fastai
10
10
branch = master
11
- version = 1.0.0
11
+ version = 1.0.1
12
12
min_python = 3.7
13
13
audience = Developers
14
14
language = English
@@ -29,4 +29,13 @@ doc_baseurl = /
29
29
git_url = https://github.com/fastai/ghapi/tree/master/
30
30
lib_path = ghapi
31
31
title = ghapi
32
+ tst_flags = notest
33
+ recursive = False
34
+ black_formatting = False
35
+ readme_nb = index.ipynb
36
+ allowed_metadata_keys =
37
+ allowed_cell_metadata_keys =
38
+ jupyter_hooks = True
39
+ clean_ids = True
40
+ custom_quarto_yml = False
32
41
You can’t perform that action at this time.
0 commit comments