Skip to content

Commit

Permalink
Print version if called as script
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Mar 15, 2024
1 parent 6c45387 commit 89c4161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/databrowser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
__version__ = "2403.0.1"
__all__ = ["__version__"]


if __name__ == "__main__":
print(f"v{__version__}")

0 comments on commit 89c4161

Please sign in to comment.