LSSTDESC / NaMaster

A unified pseudo-Cl framework
BSD 3-Clause "New" or "Revised" License
56 stars 26 forks source link

Missing version number in pymaster #172

Closed xgarrido closed 5 months ago

xgarrido commented 1 year ago

When trying to get current version of NaMaster from python interface

import pymaster as nmt

print(nmt.__version__)

it raises an error AttributeError: module 'pymaster' has no attribute '__version__'. I think it is worth adding a __version__ data field within the __init__.py file and sync it with the setup.py version.