Skip to content

Commit

Permalink
include __version__ in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Nov 17, 2019
1 parent ac984bd commit 5ee486b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mati/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__all__ = ['Client']
__all__ = ['Client', '__version__']

from .client import Client
from .version import __version__
2 changes: 1 addition & 1 deletion mati/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.8' # pragma: no cover
__version__ = '0.2.9' # pragma: no cover

0 comments on commit 5ee486b

Please sign in to comment.