Skip to content

Commit

Permalink
fix __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Dec 25, 2023
1 parent 429ba84 commit 91941ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bchosttrust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# The legal text of GPLv3 and LGPLv3 can be found at
# bchosttrust/gpl-3.0.txt and bchosttrust/lgpl-3.0.txt respectively.

__version__ = "0.0.1"

__all__ = (
"utils",
"analysis",
Expand Down

0 comments on commit 91941ff

Please sign in to comment.