Skip to content

Commit

Permalink
uncommented __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Jul 19, 2023
1 parent 3b5715b commit 6ab227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
except ModuleNotFoundError:
import importlib_metadata

# __version__ = importlib_metadata.version(__name__.replace(".", "-"))
__version__ = importlib_metadata.version(__name__.replace(".", "-"))

0 comments on commit 6ab227a

Please sign in to comment.