Skip to content

Commit 91bab2f

Browse files
committed
v0.7.5
1 parent 05bc5a5 commit 91bab2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ def get_dist(pkgname):
2727
setup(
2828
name = 'mitdeeplearning', # How you named your package folder (MyLib)
2929
packages = ['mitdeeplearning'], # Chose the same as "name"
30-
version = '0.7.4', # Start with a small number and increase it with every change you make
30+
version = '0.7.5', # Start with a small number and increase it with every change you make
3131
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
3232
description = 'Official software labs for MIT Introduction to Deep Learning (http://introtodeeplearning.com)', # Give a short description about your library
3333
author = 'Alexander Amini', # Type in your name
3434
author_email = '[email protected]', # Type in your E-Mail
3535
url = 'http://introtodeeplearning.com', # Provide either the link to your github or to your website
36-
download_url = 'https://github.com/MITDeepLearning/introtodeeplearning/archive/v0.7.4.tar.gz', # I explain this later on
36+
download_url = 'https://github.com/MITDeepLearning/introtodeeplearning/archive/v0.7.5.tar.gz', # I explain this later on
3737
keywords = ['deep learning', 'neural networks', 'tensorflow', 'introduction'], # Keywords that define your package best
3838
install_requires=install_deps,
3939
classifiers=[

0 commit comments

Comments
 (0)