This commit is contained in:
Jeremy Howard
2017-11-29 20:04:29 +00:00
parent e6ede5bcd8
commit 55ed918dc5

View File

@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name = "fastai",
packages = ['fastai', 'fastai/models', 'fastai/models/cifar10'],
version = 0.4 ,
version = 0.6 ,
description = "The fast.ai deep learning and machine learning library. Git pull fastai, for all fast.ai sessions and tutorials also",
author = "Jeremy Howard and contributors",
author_email = "info@fast.ai",