diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-27 14:32:52 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-27 14:32:52 +0800 |
commit | 9ed7dda1244b0c3a70cb98ff649957efcd3b8f74 (patch) | |
tree | 266599e98588b5f77e15de7399015e949b743850 | |
parent | 8cbf67dc99a278f2f0a24f1d9b53c484b3dc0137 (diff) | |
download | fg21sim-9ed7dda1244b0c3a70cb98ff649957efcd3b8f74.tar.bz2 |
Bump version to 0.6.0, prepare for a new releasev0.6.0
Since last release (0.4.2), too many things have changed ...
so skip 0.5.x to emphasis the big update ...
Also update the URL to the GitHub one.
-rw-r--r-- | fg21sim/__init__.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index 22d4483..9dcf03e 100644 --- a/fg21sim/__init__.py +++ b/fg21sim/__init__.py @@ -1,19 +1,19 @@ """ -Realistic Foregrounds Simulation for EoR 21cm Signal Detection -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Realistic Foreground Simulation for EoR 21cm Signal Detection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :copyright: (c) 2016-2017 Weitian LI :license: MIT """ __pkgname__ = "fg21sim" -__version__ = "0.4.2" +__version__ = "0.6.0" __author__ = "Weitian LI" __author_email__ = "weitian@aaronly.me" __license__ = "MIT" __copyright__ = "Copyright (c) 2016-2017 Weitian LI" -__url__ = "https://code.aaronly.me/fg21sim.git" -__description__ = ("Realistic Foregrounds Simulation for " +__url__ = "https://github.com/liweitianux/fg21sim" +__description__ = ("Realistic Foreground Simulation for " "EoR 21cm Signal Detection") |