diff --git a/README.md b/README.md index 1f9fe557b..07aaaba5e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ -pelicun +pelicun [![Documentation Status](https://readthedocs.org/projects/pelicun/badge/?version=latest)](http://pelicun.readthedocs.io/en/latest/?badge=latest) -[![TravisCI](https://travis-ci.org/zsarnoczay/pelicun.svg?branch=master)](https://travis-ci.org/zsarnoczay/pelicun) -[![Coverage Status](https://coveralls.io/repos/github/zsarnoczay/pelicun/badge.svg?branch=master)](https://coveralls.io/github/zsarnoczay/pelicun?branch=master) +[![TravisCI](https://travis-ci.org/NHERI-SimCenter/pelicun.svg?branch=master)](https://travis-ci.org/NHERI-SimCenter/pelicun) +[![Coverage Status](https://coveralls.io/repos/github/NHERI-SimCenter/pelicun/badge.svg?branch=master)](https://coveralls.io/github/NHERI-SimCenter/pelicun?branch=master) Probabilistic Estimation of Losses, Injuries, and Community resilience Under Natural disasters -This package is in pre-alpha stage. Unless you are involved in the development, -please check back a bit later. - ## What is it? Detailed documentation is available at http://pelicun.readthedocs.io diff --git a/pelicun/__init__.py b/pelicun/__init__.py index 51a251359..dd7c8c4af 100644 --- a/pelicun/__init__.py +++ b/pelicun/__init__.py @@ -47,7 +47,7 @@ name = "pelicun" -__version__ = '1.0' +__version__ = '1.0.0' __copyright__ = """Copyright (c) 2018 Leland Stanford Junior University and The Regents of the University of California"""