Fix #608 -- __version__ should be available at the base of the package.

This commit is contained in:
Matthew Honnibal 2016-11-04 21:21:02 +01:00
parent 42b0736db7
commit 014b6936ac
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import pathlib
from .util import set_lang_class, get_lang_class
from .about import __version__
from . import en
from . import de