Skip to content

Commit 4095e63

Browse files
author
i3visio
committed
Oops! The error in 0.3.1 was not fixed until now.
1 parent 2059274 commit 4095e63

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Deepify Changelog
33

44
For more information, check the README.md in <http://github.com/i3visio/deepify>.
55

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+
69
0.3.1, 2016/03/16 -- Fixed an error in setup.py to import the deepify.utils library in the installation.
710
- Added the package deepify.utils to the setup.py file.
811
- Minor fixes in the README.md file.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
],
9191
packages=[
9292
"deepify",
93+
"deepify.utils",
9394
],
9495
long_description=long_description,
9596
install_requires=[

0 commit comments

Comments
 (0)