We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2059274 commit 4095e63Copy full SHA for 4095e63
CHANGES.md
@@ -3,6 +3,9 @@ Deepify Changelog
3
4
For more information, check the README.md in <http://github.com/i3visio/deepify>.
5
6
+0.3.2, 2016/03/16 -- The error in 0.3.1 was finally fixed.
7
+- Oops! The error in 0.3.1 was not fixed until now.
8
+
9
0.3.1, 2016/03/16 -- Fixed an error in setup.py to import the deepify.utils library in the installation.
10
- Added the package deepify.utils to the setup.py file.
11
- Minor fixes in the README.md file.
setup.py
@@ -90,6 +90,7 @@
90
],
91
packages=[
92
"deepify",
93
+ "deepify.utils",
94
95
long_description=long_description,
96
install_requires=[
0 commit comments