Skip to content

Commit

Permalink
import metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Sep 9, 2024
1 parent 4552185 commit 8de7b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
print(__version__)
# raise Exception("pipx error")
except:
import importlib
import importlib.metadata

__version__ = importlib.metadata.version("ofscraper")

0 comments on commit 8de7b09

Please sign in to comment.