diff options
author | Aaron LI <aly@aaronly.me> | 2018-05-22 23:14:42 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-05-22 23:16:07 +0800 |
commit | 88d1d4151a093facf32a33b52d6b687686989666 (patch) | |
tree | 370d09f22800b4030fb2b5d9550ea965ecc37a4e | |
parent | b09c223e85643462762a8023f507fa6252e127f2 (diff) | |
download | fg21sim-88d1d4151a093facf32a33b52d6b687686989666.tar.bz2 |
Bump to version v0.7.1v0.7.1
-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") |