RobG3D Posted September 30, 2022 Share Posted September 30, 2022 How do I get the version of the mcculw package? Usually something like mcculw.VERSION or mcculw.__version__. Thanks Link to comment Share on other sites More sharing options...
0 Fausto Posted October 3, 2022 Share Posted October 3, 2022 Hello @RobG3D. Add the following two lines of code to your Python script. from importlib.metadata import version print('\nMCCULW version : ', version('mcculw')) The mcculw package is available on GitHub and PyPI. https://github.com/mccdaq/mcculw https://pypi.org/project/mcculw/ MCCULW version releases: https://github.com/mccdaq/mcculw/releases Regards, Fausto Link to comment Share on other sites More sharing options...
0 RobG3D Posted October 5, 2022 Author Share Posted October 5, 2022 Thanks! Wish they had notified me I had an answer. Link to comment Share on other sites More sharing options...
Question
RobG3D
How do I get the version of the mcculw package? Usually something like mcculw.VERSION or mcculw.__version__.
Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now