Skip to content

Commit 2577bef

Browse files
committed
release
1 parent a34ab50 commit 2577bef

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- do not remove -->
44

5-
## 1.0.0
5+
## 1.0.1
66

77
### New Features
88

ghapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

settings.ini

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = Jeremy Howard
88
author_email = [email protected]
99
copyright = fastai
1010
branch = master
11-
version = 1.0.0
11+
version = 1.0.1
1212
min_python = 3.7
1313
audience = Developers
1414
language = English
@@ -29,4 +29,13 @@ doc_baseurl = /
2929
git_url = https://github.com/fastai/ghapi/tree/master/
3030
lib_path = ghapi
3131
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
3241

0 commit comments

Comments
 (0)