Update bug_report.md

correct misleading instruction on version number
This commit is contained in:
Zoltán Vörös 2023-01-14 09:49:01 +01:00 committed by GitHub
parent e68bb707b2
commit 5be42be128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ assignees: ''
A clear and concise description of what the bug is. Give the `ulab` version
```python
from ulab import numpy as np
print(np.__version__)
import ulab
print(ulab.__version__)
```
**To Reproduce**