fix 0 score bug and pip 10 requirements (#5)

* fix 0 score bug and pip 10 requirements

* calculate score for both topic and posts using same function.
This commit is contained in:
Dave Gallant
2018-04-18 23:50:25 -04:00
committed by GitHub
parent 7225d84f22
commit 26520c0693
5 changed files with 62 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '0.0.8'
__version__ = '0.1.0'