Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Hotfix/installation failing (#43)
Browse files Browse the repository at this point in the history
* fixed installation bug by including default.txt requirements

* bumped up the version
  • Loading branch information
mwaaas authored Jan 17, 2017
1 parent 3647459 commit dd59497
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ Version 0.0.1.9

Bug fix
- previous version fails when installing


Version 0.0.1.9.1
-----------------

Bug fix
- previous version fails when installing
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include default.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

__version__ = '0.0.1.9'
__version__ = '0.0.1.9.1'


def _strip_comments(l):
Expand Down

0 comments on commit dd59497

Please sign in to comment.