diff --git a/README b/README
--- a/README
+++ b/README
@@ -100,11 +100,13 @@
 PRETRAINED MODELS
 =================
 
-Pretrained models for Spanish and French are available in the data
-directory: data/es/model and data/fr/model. For example you can use
+Pretrained models for Spanish, French and English are available in the data
+directory: data/es/model, data/fr/model, and data/en/model. For example you can use
 the Spanish model like this:
 
 > morfette predict data/es/model < TEST-DATA > ANALYZER-TEST-DATA
+
+Thanks to Djamé Seddah for the English model.
 
 DATA FORMAT
 ===========
diff --git a/morfette.cabal b/morfette.cabal
--- a/morfette.cabal
+++ b/morfette.cabal
@@ -1,5 +1,5 @@
 Name:       morfette
-Version:    0.4.5
+Version:    0.4.6
 Homepage:   https://github.com/gchrupala/morfette
 Synopsis:   A tool for supervised learning of morphology
 Description: Morfette is a tool for supervised learning of inflectional
