imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
118 stars 63 forks source link

define __version__ in top level __init__.py #17

Closed grlee77 closed 5 years ago

grlee77 commented 5 years ago

Is your feature request related to a problem? Please describe.

It is best practice to define a __version__ for your module at the top level. See PEP 396

Describe the solution you'd like This can either be done manually or using an automated tool like versioneer.

Describe alternatives you've considered

Additional context