Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-stclair committed Sep 23, 2024
1 parent bbf8a47 commit 4fbf978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lhorizon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from lhorizon.base import LHorizon

__version__ = "1.1.6"
__version__ = "1.1.7"
name = "lhorizon"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
long_description = "lhorizon helps you find things in the Solar System. It is built around a thick Python wrapper for the Jet Propulsion Laboratory (JPL) Horizons service. Horizons, provided by JPL's Solar System Dynamics Group (SSD), is one of the only sources in the world that offers no-assembly-required high-precision data on the relative positions and velocities of almost every known body in the Solar System. lhorizon offers tools to query Horizons for data, parse its responses into useful Python objects, and smoothly incorporate them into bulk calculation and transformation workflows."
setup(
name="lhorizon",
version="1.1.6",
version="1.1.7",
description="lhorizon helps you find things in the solar system",
long_description=long_description,
url="https://github.com/millionconcepts/lhorizon.git",
Expand Down

0 comments on commit 4fbf978

Please sign in to comment.