Skip to content

Commit d29b603

Browse files
committed
update lib
1 parent 4795c3b commit d29b603

File tree

6 files changed

+164
-158
lines changed

6 files changed

+164
-158
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ release: pypi conda_release
2525
nbdev_bump_version
2626

2727
conda_release:
28-
fastrelease_conda_package --upload_user fastai
28+
fastrelease_conda_package --mambabuild --upload_user fastai
2929

3030
pypi: dist
3131
twine upload --repository pypi dist/*

examples/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from ghapi.build_lib import *
2+
build_funcs()

ghapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.15"
1+
__version__ = "0.1.17"
22

ghapi/metadata.py

Lines changed: 159 additions & 155 deletions
Large diffs are not rendered by default.
File renamed without changes.

settings.ini

Lines changed: 1 addition & 1 deletion
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 = 0.1.15
11+
version = 0.1.17
1212
min_python = 3.6
1313
audience = Developers
1414
language = English

0 commit comments

Comments
 (0)