From e50eef517c6ee749983f2b439d0fe810a3508e2b Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Sat, 23 Jan 2021 23:57:06 +0800 Subject: [PATCH] from 1.2.0 to 1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fdcbf3..5e338b7 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup,find_packages setup( name = 'pyatmos', - version = '1.2.0', + version = '1.2.1', description = 'A package to estimate the atmosphere parameters', author = 'Chunxiao Li', author_email = 'lcx366@126.com',