From 99bf7d752b1611c6812dcc071415d47bc1ad9ea7 Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Sun, 16 Jul 2023 23:26:54 +0800 Subject: [PATCH] update README.md --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c9f664..feed2c1 100755 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ pip install pyatmos --upgrade # to upgrade a pre-existing installation ``` ## Change log - +- **1.2.5 — Jul 16, 2023** + - Added time system for loading/updating the EOP file and Leap Second file from IERS - **1.2.4 — Feb 16, 2023** - Changed functions `read_sw_nrlmsise00` and `get_sw` due to the space weather file changed from 'SW-ALL.txt' to 'SW-ALL.csv' - Deleted the colored-progress bar for downloading space weather file, and use `wget` instead. diff --git a/setup.py b/setup.py index 023a289..bfc29aa 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup,find_packages setup( name = 'pyatmos', - version = '1.2.4', + version = '1.2.5', description = 'A package to estimate the vertical structure of atmosphere with various atmospheric density models', author = 'Chunxiao Li', author_email = 'lcx366@126.com',