Skip to content

Commit f569d42

Browse files
committed
release
1 parent d35b842 commit f569d42

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,14 @@ docs: $(SRC)
2121
test:
2222
nbdev_test_nbs
2323

24-
release: pypi tag
24+
release: pypi
2525
sleep 10
2626
nbdev_conda_package --upload_user fastai --build_args '-c pytorch -c fastai'
2727
nbdev_bump_version
2828

2929
conda_release:
3030
nbdev_conda_package --upload_user fastai --build_args '-c pytorch -c fastai'
3131

32-
tag:
33-
export TAG="$$(python setup.py version)"
34-
echo "$$(python setup.py version)"
35-
echo "$${TAG}"
36-
git tag "$${TAG}"
37-
git push --tags
38-
gh api repos/:owner/:repo/releases -F tag_name="$${TAG}" -F name="$${TAG}"
39-
4032
pypi: dist
4133
twine upload --repository pypi dist/*
4234

fastcore/__init__.py

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

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
77
author_email = infos@fast.ai
88
copyright = fast.ai
99
branch = master
10-
version = 1.0.5
10+
version = 1.0.6
1111
min_python = 3.6
1212
audience = Developers
1313
language = English

0 commit comments

Comments
 (0)