Files
rfd/rfd/__version__.py
Dave Gallant 26520c0693 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.
2018-04-18 23:50:25 -04:00

5 lines
87 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '0.1.0'