Skip to content

Commit

Permalink
v0.1.10 patch: __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Jan 13, 2021
1 parent 153eeca commit dae1248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cflearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
from .modules.heads import HeadConfigs
from .modules.extractors import ExtractorBase
from .modules.aggregators import AggregatorBase

from pkg_resources import get_distribution

pkg = get_distribution("carefree-learn")
__version__ = pkg.version

0 comments on commit dae1248

Please sign in to comment.