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-2Lines changed: 2 additions & 2 deletions
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
0 commit comments