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

itkwidgets.__version__ not available #660

Open
tbirdso opened this issue May 22, 2023 · 0 comments
Open

itkwidgets.__version__ not available #660

tbirdso opened this issue May 22, 2023 · 0 comments
Assignees

Comments

@tbirdso
Copy link

tbirdso commented May 22, 2023

Expected behavior

>>> import itkwidgets
>>> print(itkwidgets.__version__)
1.0a33

Observed behavior

>>> import itkwidgets
>>> print(itkwidgets.__version__)
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-58-5993d2d9bb44> in <module>
----> 1 itkwidgets.__version__

AttributeError: module 'itkwidgets' has no attribute '__version__'

cc @thewtex @bnmajor

@bnmajor bnmajor self-assigned this May 22, 2023
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

2 participants