Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Aug 30, 2020
1 parent 53b14cf commit 8b6b460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -30,7 +30,7 @@ test:
nbdev_test_nbs --pause 0.5 --flags ''

release: pypi
nbdev_conda_package --upload_user fastai --build_args '-c pytorch -c fastai'
nbdev_conda_package --upload_user fastai #--build_args '-c pytorch -c fastai'
nbdev_bump_version

pypi: dist
Expand Down
2 changes: 1 addition & 1 deletion fastai/__init__.py
@@ -1,2 +1,2 @@
__version__ = "2.0.6"
__version__ = "2.0.7"

2 changes: 1 addition & 1 deletion settings.ini
Expand Up @@ -2,7 +2,7 @@
lib_name = fastai
user = fastai
branch = master
version = 2.0.6
version = 2.0.7
description = fastai simplifies training fast and accurate neural nets using modern best practices
keywords = fastai, deep learning, machine learning
author = Jeremy Howard, Sylvain Gugger, and contributors
Expand Down

0 comments on commit 8b6b460

Please sign in to comment.