You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ def get_dist(pkgname):
22
22
setup(
23
23
name='mitdeeplearning', # How you named your package folder (MyLib)
24
24
packages= ['mitdeeplearning'], # Chose the same as "name"
25
-
version='0.6.1', # Start with a small number and increase it with every change you make
25
+
version='0.7.2', # Start with a small number and increase it with every change you make
26
26
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
27
27
description='Official software labs for MIT Introduction to Deep Learning (http://introtodeeplearning.com)', # Give a short description about your library
28
28
author='Alexander Amini', # Type in your name
29
29
author_email='introtodeeplearning-staff@mit.edu', # Type in your E-Mail
30
30
url='http://introtodeeplearning.com', # Provide either the link to your github or to your website
31
-
download_url='https://github.com/aamini/introtodeeplearning/archive/v0.6.1.tar.gz', # I explain this later on
31
+
download_url='https://github.com/aamini/introtodeeplearning/archive/v0.7.2.tar.gz', # I explain this later on
32
32
keywords= ['deep learning', 'neural networks', 'tensorflow', 'introduction'], # Keywords that define your package best
0 commit comments