We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac984bd commit 5ee486bCopy full SHA for 5ee486b
mati/__init__.py
@@ -1,3 +1,4 @@
1
-__all__ = ['Client']
+__all__ = ['Client', '__version__']
2
3
from .client import Client
4
+from .version import __version__
mati/version.py
@@ -1 +1 @@
-__version__ = '0.2.8' # pragma: no cover
+__version__ = '0.2.9' # pragma: no cover
0 commit comments