from 1.2.0 to 1.2.1

This commit is contained in:
Chunxiao Li 2021-01-23 23:57:06 +08:00
parent ffeae4cf40
commit e50eef517c

View File

@ -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',