Skip to content

Commit d1f4ec5

Browse files
committed
added __version__
1 parent 6915148 commit d1f4ec5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

filexdb/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
from pkg_resources import get_distribution, DistributionNotFound
12
from .database import FileXdb
2-
# from .collection import Collection
3-
# from .document import Document
3+
4+
5+
__version__ = "0.1.0"
6+

0 commit comments

Comments
 (0)