Skip to content

Commit

Permalink
Moved to importlib.metadata for version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Mar 8, 2024
1 parent 8372df3 commit e0b9ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion paperqa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "4.2.0"
from importlib.metadata import version

__version__ = version("paper-qa")

0 comments on commit e0b9ccd

Please sign in to comment.