Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
fix __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBinette committed Jun 27, 2022
1 parent bddcbb9 commit 850bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pv_evaluation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pkg_resources

__version__ = pkg_resources.require("stringcompare")[0].version
__version__ = pkg_resources.require("pv_evaluation")[0].version

__all__ = ["__version__"]

0 comments on commit 850bf84

Please sign in to comment.