InsightSoftwareConsortium / InsightSoftwareConsortium/itkwidgets

`itkwidgets.__version__` not available

Open
#660 0 comments 0 reactions 1 assignee Claimed by @bnmajor View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.