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.
__version__
1 parent 6915148 commit d1f4ec5Copy full SHA for d1f4ec5
filexdb/__init__.py
@@ -1,3 +1,6 @@
1
+from pkg_resources import get_distribution, DistributionNotFound
2
from .database import FileXdb
-# from .collection import Collection
3
-# from .document import Document
+
4
5
+__version__ = "0.1.0"
6
0 commit comments