Skip to content

Commit 8947501

Browse files
committed
bump
1 parent d480fb0 commit 8947501

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ test:
2323

2424
release: 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

2930
conda_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

3233
pypi: dist
3334
twine upload --repository pypi dist/*

fastcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.10"
1+
__version__ = "1.0.11"

settings.ini

Lines changed: 2 additions & 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 = 1.0.10
10+
version = 1.0.11
1111
min_python = 3.6
1212
audience = Developers
1313
language = English
@@ -24,3 +24,4 @@ doc_host = https://fastcore.fast.ai
2424
doc_baseurl = /
2525
host = github
2626
doc_src_path = docs_src
27+

0 commit comments

Comments
 (0)