Skip to content

Commit

Permalink
Create versionScript.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jun 11, 2024
1 parent ac37fa9 commit 39af41e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions versionScript.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from ctlearn.version import get_version_pypi

def get_version():
return get_version_pypi()


if __name__ == "__main__":
print(get_version())

0 comments on commit 39af41e

Please sign in to comment.