We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf2d4f commit b203a30Copy full SHA for b203a30
pydataapi/__init__.py
@@ -1,5 +1,5 @@
1
from .pydataapi import DataAPI, transaction
2
3
-__version__ = '0.0.4'
+__version__ = '0.1.1'
4
5
__all__ = ['DataAPI', 'transaction', __version__]
0 commit comments