From f569d42c113367bbe85dfe5df9a8bd9bcf63edad Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Tue, 8 Sep 2020 10:47:27 -0700 Subject: [PATCH] release --- Makefile | 10 +--------- fastcore/__init__.py | 2 +- settings.ini | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 498b9e7e..2a3cdbca 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ docs: $(SRC) test: nbdev_test_nbs -release: pypi tag +release: pypi sleep 10 nbdev_conda_package --upload_user fastai --build_args '-c pytorch -c fastai' nbdev_bump_version @@ -29,14 +29,6 @@ release: pypi tag conda_release: nbdev_conda_package --upload_user fastai --build_args '-c pytorch -c fastai' -tag: - export TAG="$$(python setup.py version)" - echo "$$(python setup.py version)" - echo "$${TAG}" - git tag "$${TAG}" - git push --tags - gh api repos/:owner/:repo/releases -F tag_name="$${TAG}" -F name="$${TAG}" - pypi: dist twine upload --repository pypi dist/* diff --git a/fastcore/__init__.py b/fastcore/__init__.py index 68cdeee4..382021f3 100644 --- a/fastcore/__init__.py +++ b/fastcore/__init__.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" diff --git a/settings.ini b/settings.ini index a11937d9..3feb6524 100644 --- a/settings.ini +++ b/settings.ini @@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger author_email = infos@fast.ai copyright = fast.ai branch = master -version = 1.0.5 +version = 1.0.6 min_python = 3.6 audience = Developers language = English