diff options
-rw-r--r-- | fg21sim/__init__.py | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index 0855e89..94783c6 100644 --- a/fg21sim/__init__.py +++ b/fg21sim/__init__.py @@ -1,20 +1,12 @@ -""" -Realistic Foreground Simulation for 21 cm Reionization Signal Detection -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2016-2018 Weitian LI -:license: MIT -""" - __pkgname__ = "FG21sim" -__version__ = "0.7.0" +__version__ = "0.7.1" __date__ = "2018-01-16" __author__ = "Weitian LI" __author_email__ = "weitian@aaronly.me" __license__ = "MIT" __copyright__ = "Copyright (c) 2016-2018 Weitian LI" __url__ = "https://github.com/liweitianux/fg21sim" -__description__ = ("Realistic Foreground Simulation for " +__description__ = ("Foreground Simulation for " "21 cm Reionization Signal Detection") |