InsightSoftwareConsortium / InsightSoftwareConsortium/itkwidgets
`itkwidgets.__version__` not available
Open
- Dominant language
- Python
- Stars
- 624
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
## Expected behavior
```py
>>> import itkwidgets
>>> print(itkwidgets.__version__)
1.0a33
```
## Observed behavior
```py
>>> import itkwidgets
>>> print(itkwidgets.__version__)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
----> 1 itkwidgets.__version__
AttributeError: module 'itkwidgets' has no attribute '__version__'
```
cc @thewtex @bnmajor
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.