Skip to content

Commit

Permalink
add version to __init__.py to query version (#64)
Browse files Browse the repository at this point in the history
This can be used as follows:
>>> import hatchet as ht
>>> ht.__version__
  • Loading branch information
slabasan authored Oct 7, 2022
1 parent 2152ff0 commit 057ce70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hatchet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@

from .graphframe import GraphFrame
from .query import QueryMatcher
from .version import __version__

0 comments on commit 057ce70

Please sign in to comment.