debian-skyfield/skyfield/__init__.py

10 lines
314 B
Python

"""Elegant astronomy for Python
Most users will use Skyfield by importing ``skyfield.api`` and using the
functions and classes there. See the ``documentation`` directory inside
the source code, as well as the http://rhodesmill.org/skyfield/ site!
"""
VERSION = (1, 24)
__version__ = '.'.join(map(str, VERSION))