diff --git a/README.md b/README.md
index 753d017..82c31e4 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,20 @@
# pygasflow
-[![Documentation Status](https://readthedocs.org/projects/pygasflow/badge/?version=latest)](https://pygasflow.readthedocs.io/en/latest/?badge=latest) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Davide-sd/pygasflow/HEAD)
+[![PyPI version](https://badge.fury.io/py/pygasflow.svg)](https://badge.fury.io/py/pygasflow)
+[![Install with conda](https://anaconda.org/davide_sd/pygasflow/badges/installer/conda.svg)](https://anaconda.org/Davide_sd/pygasflow)
+[![Documentation Status](https://readthedocs.org/projects/pygasflow/badge/?version=latest)](https://pygasflow.readthedocs.io/en/latest/?badge=latest)
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Davide-sd/pygasflow/HEAD)
**pygasflow** provides a few handful functions to quickly perform quasi-1D ideal gasdynamic (perfect gas) computations with Python (see requirements below).
The following charts has been generated with the functions included in this package:
The package contains the following sub-modules:
@@ -23,8 +26,6 @@ The package contains the following sub-modules:
* `solvers`: the previous modules contains dozens of functions. For convenience, a few solvers have been implemented that, by providing a few parameters, solves the flows by computing the most important ratios (pressure ratio, ..., critical temperature ratio, ...). **These are most likely the functions you will want to use**.
* `nozzles`: functions and classes to understand convergent-divergent nozzles, Rao's TOP nozzles (Thrust Optmizie Parabolic), Minimum Length nozzle with Method of Characteristics. Nozzles can be used to quickly visualize their geometric differences or to solve the isentropic expansion with the `De_Laval_Solver` class.
-Look at the [Usage](#Usage) section for more informations. If you find any errors, submit an issue or a pull request!
-
## Installation
@@ -65,3 +66,4 @@ Please:
* take a look at the notebooks contained in the [examples](examples/) folder. You can also try this package online with Binder. [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Davide-sd/pygasflow/HEAD)
* visit the [documentation page](https://pygasflow.readthedocs.io/en/latest/).
+* If you find any errors, submit an issue or a pull request!
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index 1193efc..80ca320 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -1,6 +1,13 @@
Changelog
---------
+v1.0.5
+======
+
+* Updated README
+* Released conda and pypi packages
+
+
v1.0.2
======
diff --git a/pygasflow/_version.py b/pygasflow/_version.py
index 92192ee..68cdeee 100644
--- a/pygasflow/_version.py
+++ b/pygasflow/_version.py
@@ -1 +1 @@
-__version__ = "1.0.4"
+__version__ = "1.0.5"