Skip to content

Commit

Permalink
added __version__ variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dyumanaditya committed Sep 3, 2024
1 parent b0194b0 commit d329305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyreason/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

from pyreason.pyreason import *
import yaml
from importlib.metadata import version

__version__ = version('pyreason')


with open(cache_status_path) as file:
Expand Down

0 comments on commit d329305

Please sign in to comment.