File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ test:
2323
2424release : pypi
2525 sleep 5
26- nbdev_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
26+ fastrelease_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
27+ fastrelease_release
2728 nbdev_bump_version
2829
2930conda_release :
30- nbdev_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
31+ fastrelease_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
3132
3233pypi : dist
3334 twine upload --repository pypi dist/*
Original file line number Diff line number Diff line change 1- __version__ = "1.0.10 "
1+ __version__ = "1.0.11 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
7788copyright = fast.ai
99branch = master
10- version = 1.0.10
10+ version = 1.0.11
1111min_python = 3.6
1212audience = Developers
1313language = English
@@ -24,3 +24,4 @@ doc_host = https://fastcore.fast.ai
2424doc_baseurl = /
2525host = github
2626doc_src_path = docs_src
27+
You can’t perform that action at this time.
0 commit comments