Closed pllim closed 3 years ago
Hello! Would be nice if downstream packages can check for jplephem.__version__ instead of relying on the change log text within __init__.py. This could be accomplished using setuptools_scm or other means as you see fit. Thanks!
jplephem.__version__
__init__.py
xref astropy/astropy#11700
Good idea! I've added it, and it should appear with the next release.
Thank you for the quick fix!
Hello! Would be nice if downstream packages can check for
jplephem.__version__
instead of relying on the change log text within__init__.py
. This could be accomplished using setuptools_scm or other means as you see fit. Thanks!xref astropy/astropy#11700