diff options
author | Aaron LI <aly@aaronly.me> | 2017-12-31 18:19:26 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-12-31 18:19:26 +0800 |
commit | 345835af379ea6e0a834c917584e42753bf895b0 (patch) | |
tree | 9bfda8448e7a33639bc8a24cdba896501cfebf54 | |
parent | d9af5dba71d003acdce033df14ae9a851c3d96b5 (diff) | |
download | fg21sim-345835af379ea6e0a834c917584e42753bf895b0.tar.bz2 |
Bump version to 0.6.4v0.6.4
-rw-r--r-- | fg21sim/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index df1346a..996ace2 100644 --- a/fg21sim/__init__.py +++ b/fg21sim/__init__.py @@ -7,11 +7,11 @@ Realistic Foreground Simulation for 21 cm Reionization Signal Detection """ __pkgname__ = "fg21sim" -__version__ = "0.6.3" +__version__ = "0.6.4" __author__ = "Weitian LI" __author_email__ = "weitian@aaronly.me" __license__ = "MIT" -__copyright__ = "Copyright (c) 2016-2017 Weitian LI" +__copyright__ = "Copyright (c) 2016-2018 Weitian LI" __url__ = "https://github.com/liweitianux/fg21sim" __description__ = ("Realistic Foreground Simulation for " "21 cm Reionization Signal Detection") |