diff --git a/README.rst b/README.rst
index 2ae16f3..09f476b 100644
--- a/README.rst
+++ b/README.rst
@@ -565,8 +565,7 @@ Simplest way
In some systems you can install ``fades`` directly, no needing to
install previously any dependency.
-If you are in debian unstable or testing, just do (but probably you will not
-get the latest version, see below for alternative installation methods):
+If you are in debian unstable or testing, just do:
sudo apt-get install fades
@@ -617,8 +616,9 @@ And on Arch Linux with::
pacman -S python-xdg
-Fades also needs the `virtualenv ` package to
-support different Python versions for child execution. (see `--python` argument.)
+Fades also needs the `virtualenv `
+package to support different Python versions for child execution. (see the
+``--python`` option.)
For others debian and ubuntu
@@ -626,7 +626,7 @@ For others debian and ubuntu
If you are NOT in debian unstable or testing (if you are, see
above for better instructions), you can use this
-`.deb `_.
+`.deb `_.
Download it and install doing::
@@ -646,7 +646,7 @@ Multiplatform tarball
Finally you can always get the multiplatform tarball and install
it in the old fashion way::
- wget http://ftp.debian.org/debian/pool/main/f/fades/fades_8.1.orig.tar.gz
+ wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.orig.tar.gz
tar -xf fades_*.tar.gz
cd fades-*
sudo ./setup.py install
diff --git a/fades/_version.py b/fades/_version.py
index e71b21a..b2ecac9 100644
--- a/fades/_version.py
+++ b/fades/_version.py
@@ -1,4 +1,4 @@
"""Holder of the fades version number."""
-VERSION = (8, 1)
+VERSION = (9, 0)
__version__ = '.'.join([str(x) for x in VERSION])
diff --git a/pkg/debian/copyright b/pkg/debian/copyright
index 9687811..5985318 100644
--- a/pkg/debian/copyright
+++ b/pkg/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Facundo Batista
Source: https://github.com/PyAr/fades/
Files: *
-Copyright: (C) 2014-2018
+Copyright: (C) 2014-2020
Facundo Batista
Nicolás Demarchi
License: GPL-3
diff --git a/pkg/snap/snapcraft.yaml b/pkg/snap/snapcraft.yaml
index fed6d70..989188c 100644
--- a/pkg/snap/snapcraft.yaml
+++ b/pkg/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: fades
-version: "8.1"
+version: "9.0"
summary: system for automatically handling virtual environments
description: |
fades is a system that automatically handles the virtualenvs in the cases