Skip to content

Commit

Permalink
v1.4.2 EOT class update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jul 25, 2023
1 parent 7fa748e commit d1ee016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Python Package Setup
from setuptools import setup, find_namespace_packages

VERSION="1.3.2"
VERSION="1.4.2"
DESCRIPTION="A Python package for M. Müller implementation of the 'Equation of Time - Problem in Astronomy' to calculate EOT and the effect of eccentricity/obliquity"

with open("README.md", "r") as f:
Expand All @@ -17,7 +17,7 @@
long_description_content_type='text/markdown',
url="https://github.com/cyschneck/Muller-EOT",
download_url="https://github.com/cyschneck/Muller-EOT/archive/refs/tags/v{0}.tar.gz".format(VERSION),
author="cyschneck (C. Y. Schneck)",
author="Cora Schneck (cyschneck)",
keywords=["astronomy", "python", "eot", "equation of time", "eccentricity", "obliquity", "orbital dynamics"],
license="MIT",
classifiers=[
Expand Down

0 comments on commit d1ee016

Please sign in to comment.