Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add __version__ attribute for ease of access of the muler version number #116

Open
gully opened this issue Jul 25, 2022 · 1 comment
Open

Comments

@gully
Copy link
Member

gully commented Jul 25, 2022

It is standard practice to have a .__version__ attribute on the package. Let's add it!

import muler
print("muler version: ", muler.__version__)
@gully
Copy link
Member Author

gully commented Jul 25, 2022

Originally identified in the comments of #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant